Prefix: I am trying to make a dynamic list for shortcuts in apex (How to get Page Name given Page ID in Oracle Application Express). I already have everything I need for it to work, such as the procedures, tables and views. I currently am using buttons on each page to execute the PL/SQL to add to shortcuts but it would be way more efficient going forward to have a list entry in the Navigation Bar List that would execute PL/SQL instead of having the same exact button on every single page. I am using APEX 5.0
Question: Is it possible for an APEX list entry execute PL/SQL code. If so how?