How to evaluate a region condition in a PL/SQL region
638025Jan 15 2009 — edited Jan 15 2009Hi,
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