Developer 9i
I am trying to create a block based on a stored procedure. The stored procedure is returning a ref cursor not a pl/sql table.
I used the wizard to create the block and everything seems fine. However, when I compile the form the QUERY-PROCEDURE is not created. No error message or anything.
If I base the block on a stored procedure returning a plsql table it works fine.
The query data source arguments are set correctly. Is there anything that I am missing?
Thanks
I am trying to create a block based on a stored procedure. The stored procedure is returning a ref cursor not a pl/sql table.
I used the wizard to create the block and everything seems fine. However, when I compile the form the QUERY-PROCEDURE is not created. No error message or anything.
If I base the block on a stored procedure returning a plsql table it works fine.
The query data source arguments are set correctly. Is there anything that I am missing?
Thanks