| ERROR | 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. |