I work with cursor variables. I have Query1 and 3 CursorQueries assigned with 3 ref cursor variables in package procedure.
How can I CLOSE open cursors?
I try CursorQueriy.Close or Query1.Close but
nothing.