How to pass Records in a Block to Procedure with Table Type as parameter
RakinNov 13 2009 — edited Nov 13 2009Hi,
How can I pass all the records in a Block to PL/SQL procedure with argument as Table Type or Refcursor.
I created one procedure in the backend with one Table Type parameter. From the form, I want to call that procedure with argument as ALL the records in BLOCK.
Is there any simple method for it.
Thanks in advance
Rizly