| ERROR | invalid cursor return type; string must be a record type |
| CAUSE | In a cursor specification or REF CURSOR type definition, a non- record type such as NUMBER or TABLE was specified as the return type. This is not allowed. Only the following return types are allowed: |
| ACTION | Revise the cursor specification or REF CURSOR type definition so that it specifies one of the above return types. |