Hi,
I have a PL/SQL process with a cursor.
I want to display on the page in order to debug the cursor, some values of some variables.
The cursor is executed, I tried this but it does not show nothing on the page :
htp.p(dummy_ident_pk || '<br />');
htp.p('hello world');
Why ?
Best regards,
Christian