ORDER methods must be declared with 1 (one) parameter in addition to (optional) SELF.
PLS-00506 – Oracle Error Code
User Defined Constrained Subtypes are disallowed
PLS-00522 – Oracle Error Code
MAP methods must return a scalar type.
PLS-00507 – Oracle Error Code
A PLSQL Table may not contain a table or a record with composite fields
PLS-00523 – Oracle Error Code
ORDER methods must return an INTEGER.
PLS-00508 – Oracle Error Code
The expression in a RETURN statement cannot be a type
PLS-00524 – Oracle Error Code
The parameter type in an ORDER method must be the containing object type.
PLS-00509 – Oracle Error Code
Implementation Restriction : Pass a returned record to a temporary identifier before selecting a field
PLS-00525 – Oracle Error Code
Within SQL statements- only equality comparisons of objects are allowed without a map or order function.
PLS-00510 – Oracle Error Code
Float cannot have scale
