Skip to Main Content

How to execute PL/SQL code from an APEX list entry

Original Master General 2Oct 7 2016 — edited Nov 16 2016

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?

This post has been answered by InoL on Oct 7 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked due to inactivity on Dec 14 2016
Added on Oct 7 2016
3 comments
1,396 views