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 evaluate a region condition in a PL/SQL region

638025Jan 15 2009 — edited Jan 15 2009
Hi,

I need to find out if a page region is currently visible in a dynamic plsql region. So far I am retrieving region information via a cursor on the apex_application_page_regions view.

I thought a respective function would exist in the Apex API, kind of take the page and region id as parameters and return true/false, but I couldn't find anything. The only thing that was related were the condition columns of the apex_application_page_regions view, but I cannot write code to evaluate all possible combinations. There has to be some function that APEX itself uses to evaluate conditions on items etc.

Does anyone know what it is or what alternatives to use?

Thanks,
Michael
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2009
Added on Jan 15 2009
2 comments
417 views