#oracleapex #orclapex #oracleapexbd
Creating a report with PL/SQL Dynamic Content
APEX offers many item types and templates to use when designing an application. Sometimes this isn't enough, for example, when you have an existing web application built with mod PL/SQL that you want to reuse.
It's possible by using built-in packages like HTP or HTF, or by using some native APEX code to create these types of pages directly in PL/SQL.
How to do it...
In this example, we are going to build a report without using any items, but only PL/SQL code.
On an empty page, create a new region:
Choose a PL/SQL Dynamic Content region type.
Name it Employees.