A PLSQL Table may not contain a nested table type or VARRAY.
PLS-00546 – Oracle Error Code
SELF may not be declared as a REF parameter.
PLS-00548 – Oracle Error Code
Invalid use of operator.
PLS-00533 – Oracle Error Code
Tables of non_queryable types are not supported.
PLS-00534 – Oracle Error Code
A Table type may not contain a nested table type or VARRAY.
PLS-00535 – Oracle Error Code
A VARRAY type may not contain a NESTED TABLE- VARRAY or LOB
PLS-00536 – Oracle Error Code
Navigation through REF variables is not supported in PL/SQL.
PLS-00537 – Oracle Error Code
A VARRAY must have a positive limit
PLS-00538 – Oracle Error Code
Subprogram or cursor ‘string’ is declared in an object type specification and must be defined in the object type body
PLS-00539 – Oracle Error Code
Subprogram ‘string’ is declared in an object type body and must be defined in the object type specification
