Passing parameter of type ROWTYPE to a procedure.
256813Jan 15 2003 — edited Jan 20 2003Is this possible?
I have a package and within it I have a procedure that selects data into a record of type %ROWTYPE (same structure as the table it selected the data from). I need it to then call another procedure and pass the entire record to it. Is this possible or am I going to have to create a global record to load the data into?