PLS-00509

Error: PLS-00509: Implementation Restriction : Pass a returned record to a temporary identifier before selecting a field

Causa: Illegal syntax was used to call a parameter-less function that returns a record or a PL/SQL table of records. When calling a function that takes parameters and returns a record, you use the following syntax to reference fields in the record:

Acción: Declare a local record or PL/SQL table of records to which you can assign the function result, then reference its fields directly.

COMENTARIOS:


No hay comentarios.