PLS-00507: a PLSQL Table may not contain a table or a record with composite fields

oracle

PLS-00507: a PLSQL Table may not contain a table or a record with composite fields
Cause: In a TABLE type definition, a nested record type was specified as the element type. This is not allowed. All fields in the record must be scalars.
Action: Remove the TABLE type definition, or replace the nested record type with a simple record type.

Back to previous menu

https://support.oracle.com/

http://www.oracle.com/