The following sql is to call a function defined in the package
declare
outVal number; begin -- Call the function outVal := mypackage.myfunction (100); end;
The following sql is to call a function defined in the package
declare
outVal number; begin -- Call the function outVal := mypackage.myfunction (100); end;