ORA-01001 Invalid cursor error with table functions
571901Apr 13 2007 — edited Apr 13 2007I have a cursor querying a table function in the main procedure of the package. I have no compile errors, but, when I try to execute, I get ORA-01001 Invalid cursor error.
I stripped the code out to an anonymous block and it works fine. I copy the code back to the package procedure and it fails.
Any ideas?