Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Passing parameter of type ROWTYPE to a procedure.

256813Jan 15 2003 — edited Jan 20 2003
Is 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 17 2003
Added on Jan 15 2003
3 comments
1,393 views