Need a short example:

I have a package with declaration of cursor, cursor type, and stored procedure. I have the package body with the stored procedure which returns a ref cursor (output)

My question:

How do I code a sample call and test the results of the stored procedure (ref cursor) from SQLPLUS?

egavish@snet.net