Basing Block on Stored Proc....
From: <mtproc_at_yahoo.co.uk>
Date: 23 May 2005 10:12:16 -0700
Message-ID: <1116868336.773656.144000_at_g14g2000cwa.googlegroups.com>
each,
Date: 23 May 2005 10:12:16 -0700
Message-ID: <1116868336.773656.144000_at_g14g2000cwa.googlegroups.com>
each,
[Quoted] [Quoted] am basing a block on a cursor in a packaged procedure. my question is i [Quoted] also want to return other details in other 'in out' parameters to be [Quoted] shown on the form.
Can this be done....
p_procname (inparam1 in number, outparam1 in out varchar2, refcursor in out cur_type);
block based on the refcursor but want to also display the details returned in outparam1....
cheers Received on Mon May 23 2005 - 19:12:16 CEST