Hi everyone,
I have a form in 6i, I created in program units a procedure.
I want to called from this procedure a funcion from my oracle database, which is a refcursor result. How can I do that?
This is my procedure in forms 6i, i tried to open the cursor inside another cursor, and then get the columns results, but there is an error,


If I run the function in the database, the result is correct. But forms mark errors.

Thanks!!!