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.