| ERROR | in SQL, function argument and return types must be SQL type |
| CAUSE | When a cursor variable was declared as the formal parameter of a |
| ACTION | Change the parameter mode from OUT to IN or IN OUT. |
| ERROR | in SQL, function argument and return types must be SQL type |
| CAUSE | When a cursor variable was declared as the formal parameter of a |
| ACTION | Change the parameter mode from OUT to IN or IN OUT. |