I am passing a strong ref cursor from a package to Oracle Forms. Then iterating through to populate a data block. How can I dynamically create the Order By clause of the Ref Cursor?
You may pass this clause to the procedure as a parameter. Once the forms block is created you don't need strong cursor anymore thus may edit your code and add some dynamic sql.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.