https://apex.oracle.com/pls/apex/f?p=42:100::::::
------------------------------------------------------------------------------------------
Set PL/SQL Dynamic Content as the Region type.
declare
cursor c_tasks is
select task_name, assigned_to
from eba_ut_chart_tasks
where rownum < 5;
begin
sys.htp.p('
');
for a in c_tasks loop
sys.htp.p('- ' || a.task_name || ' (' || a.assigned_to || ')
' );
end loop;
sys.htp.p('
');
end;
------------------------------------------------------------------------------------------
Page : 10150
Name : CO_CM_OVERDRACHT_PERSONEN
Page Type : Interactive Report
User Interface: Desktop