Using Dynamic Ref Cursor in Forms [message #168355] |
Thu, 20 April 2006 00:24 |
nirmalnarayan
Messages: 261 Registered: April 2005 Location: India
|
Senior Member |
|
|
Hi,
any one have any idea how to use a dynamic ref cursor, i.e, at run time i need to pass dynamic where condition to this refcursor, which resides inside the program unit of the form.
Thanks and Regards,
Nirmal Narayanan.
|
|
|
|
Re: Using Dynamic Ref Cursor in Forms [message #168430 is a reply to message #168383] |
Thu, 20 April 2006 06:57 |
nirmalnarayan
Messages: 261 Registered: April 2005 Location: India
|
Senior Member |
|
|
No, i am not mentioning to use of Bulk collect, i want to pass the where condition to the Ref cursor inside the program unit in a form, Is this possible.
Open hdr_cur for 'select * from ' || v_condition;
where v_condition is the string containing the where conditions.
Is this possible in the forms is my problem ?
Thanks and Regards,
Nirmal
|
|
|
|