Database Error Messages

PLS-00425

in SQL, function argument and return types must be SQL type

Action

Make sure all the arguments in the function call have SQL datatypes.

Change the parameter mode from OUT to IN or IN OUT.