Translated app id
856257Apr 19 2011 — edited Apr 19 2011Hey 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