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-00507 – Oracle Error Code
A PLSQL Table may not contain a table or a record with composite fields
PLS-00518 – Oracle Error Code
This INSERT statement requires VALUES clause containing a parenthesised list of values
PLS-00529 – Oracle Error Code
Bad column name string in INSERT statement (must be an identifier)
PLS-00508 – Oracle Error Code
The expression in a RETURN statement cannot be a type
PLS-00519 – Oracle Error Code
This INSERT statement requires a VALUES clause containing an object type expression- not a list of values
PLS-00530 – Oracle Error Code
Illegal type used for object type attribute: ‘string’.
PLS-00509 – Oracle Error Code
Implementation Restriction : Pass a returned record to a temporary identifier before selecting a field
PLS-00520 – Oracle Error Code
MAP methods must be declared without any parameters other than (optional) SELF.