Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to get query from region "PL/SQL function body returning string query"?

Przemysław StaniszewskiDec 19 2008 — edited Jan 4 2009
Hi,

is it possibile to get query string from “PL/SQL function body returning string query” type region?

I can get region definition as a PL/SQL procedure, but I’m interested in returned query. I tried to write something like

<pre>v_return_query:=’….’;
:P49_QUERY:=v_return_query;
return v_return_query;</pre>

to save returning string to hidden item P49_QUERY, but it doesn’t work. I’m getting error: ERR-1002 Unable to find item ID for item "P49_QUERY" in application "4000".

Regards,
Przemek
This post has been answered by 60437 on Dec 21 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 1 2009
Added on Dec 19 2008
9 comments
2,015 views