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 convert &variable. into string

Vipul-PatelApr 21 2009 — edited Apr 22 2009
Guru's
I am trying to get Region_name using sql query and apex view. Purpose of this query is to create worksheets in workbook.(if my page have 3 region then workbook have 3 worksheets and each worksheet name will be region name) if my region name is like "Work assigned to &APP_USER_NAME." then how can I convert it to "Work assigned to Vipul Patel" (considering in my current session &APP_USER_NAME is populated with "Vipul Patel")

Is there any apex function which I can used? like select apex.convert_to_string(region_name) from dual........
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 20 2009
Added on Apr 21 2009
5 comments
720 views