The
APEX_ITEM
API is a PL/SQL package that you can use to programmatically put items on the screen. The package also contains a function to put hidden items on the screen. Hidden items are items that are placed in a webpage but are not visible. However, they can contain a value. In this way, you can make each row in a report unique. We will make an updatable report which makes use of the APEX_ITEM
API.
Make sure you have access to the table APP_EVENTS
.
First, we will make a classic report based on the APP_EVENTS
table.
No credit card required