Parameters
- name
- The name of the stored procedure or function.
- parameters
- Parameters to be passed to the procedure as arguments.
Return Value
Return value of the stored function.
If a procedure with specified name cannot be found in the package an exception is thrown. This is also the case when you specify wrong parameters.