Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Basing a block on a stored procedure

Status
Not open for further replies.

celispb

Programmer
Apr 3, 2003
18
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top