Relative Content

Tag Archive for oracleplsqlplsql-package

PL/SQL function that returns a table is not compiling

I am trying to compile a PL/SQL function which returns a table. However, I am getting the error PL/SQL: ORA-00932: inconsistent datatypes: expected UDT got CHAR. I need to return a table using function. This function is just a sample. Actual function is of 200 lines.