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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Translated app id

856257Apr 19 2011 — edited Apr 19 2011
Hey all,

I have a multilangual application, but I need to get the translated application id.

I know that it sits in this view: APEX_APPLICATION_TRANS_MAP
I can query it like this:

SELECT translated_application_id
FROM APEX_APPLICATION_trans_map;

I was wondering if there is some sort of variable to get the translated application id without a query.

For example to get the app id you do:

v_page_id APEX_APPLICATION_pages.page_id%TYPE := v ('APP_PAGE_ID');

Anyone who knows this?

Thx in advance
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 17 2011
Added on Apr 19 2011
7 comments
556 views