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!

get current region details in pl sql in apex 5

Farhan SiddiquiSep 6 2015 — edited Dec 24 2015

I have been using the following code in apex 4 to get current region details from view by putting it into pl sql condition and pl sql dynamic source for region, but after upgrading to apex 5 it stopped working.

There is no information / documentation which says that it has been deprecated.

SELECT *

FROM APEX_APPLICATION_PAGE_REGIONS

WHERE region_id = wwv_flow.g_plug_id(wwv_flow.g_current_region_id);

I found comment by @"Scott"  on a discussion, which he wrote a few years ago.

Any help will be appreciated.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 21 2016
Added on Sep 6 2015
7 comments
1,180 views