Oracle Error PLS-00425: in SQL, function argument and return types must be SQL type

Oracle Error Message

PLS-00425: in SQL, function argument and return types must be SQL type

Reason for the Error

When a cursor variable was declared as the formal parameter of a

Solution

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