PLS-00513: PL or SQL function called from SQL must return value of legal SQL type

PLS-00513: PL or SQL function called from SQL must return value of legal SQL type

Cause: In a SQL statement, do not call a PL or SQL function having a return type that can not be handled by SQL. For example, type BOOLIAN, records and indexed-tables are not supported by SQL and functions returneing such values can not be called from SQL.

Action: none

No comments:

Post a Comment