Getting Page Name for display in dynamic breadcrumbs
510477May 13 2010 — edited May 13 2010I know you can reference &APP_PAGE_ID. to get the current Page number of your application. Is there something similar to use to retrieve the Page Name?
I'm trying to build customized breadcrumbs, as I assign each user a different home page and tabset upon entry to the application, but several of the reports may be reference by users with different home tabs. Since APEX appears to reject multiple Breadcrumb entries for a given page, I developed a PL/SQL routine to generate a simple breadcrumb region. The last piece is to display the page name. Thanks in advance.