Cursor variables pass query result sets - SQL Operations
Q. You use cursor variables to pass query result sets between PL/SQL stored subprograms and various clients.- Published on 09 Jul 15a. Yes
b. No
ANSWER: Yes
You use cursor variables to pass query result sets between PL/SQL stored subprograms and client programs because any client program or PL/SQL does not own a result set, a pointer is shared in the work area where the result set will be stored.