|
|
|
|
Re: How to Pass values returned by refcusror to another cursor [message #359199 is a reply to message #359053] |
Fri, 14 November 2008 01:44   |
avik2009
Messages: 61 Registered: November 2008
|
Member |
|
|
What I wanted to meant is that I want to pass a parameter to a sql and get the result using refcursor
and then whatever value I got from the refcursor I want to pass it to another cursor (refcursor2) and finally to get result from
the refcursor. Is it correct way I am doing? Or I should use one refcursor only using Subquery..
|
|
|
|
|