Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

apex_debug.enter is not working in apex.oracle.com?

JKLOct 30 2020

Folks,
I am continuing to work through my demo app and I run into this strange issue. It should be fairly straight forward API call in my mind. But APEX is not behaving the way that I am expecting. Here's the issue:
I have Interactive Report, in it, I have a button that will launch a process called VALIDATE_STAGED_DATA, which is a PL/SQL block that calls a db package procedure xxettp_proj_eval_pkg.validate_staged_data.
In this package, the very first thing I put in is the apex_debug.enter() call. Then I have some apex_debug.info() call that follows.
However, after I turned on debug, ran the process, the debug report didn't show anything about the apex_debug.enter(). But it did show the apex_debug.info() call message. Do I need to do something like initialization to use apex_debug.enter() API? See screen shot #1, the debug message from the debug log. Screen shot #2 shows the package code.
What I will expect to see is something like ">>> xxettp_proj_eval_pkg.validate_staged_data" before the "No. of record set to status of W: 1". There is a line that shows "> APEX_APPLICATION_PAGE _PROCESS VALIDATED_STAGED_DATA". But this is not that line. This is just for the APEX calling the process itself.
Am I missing something here? Thanks for your help.

#1
APEX-debug-enable-notworking-1.png#2
APEX-debug-enable-notworking-2.png

This post has been answered by Scott Wesley on Nov 2 2020
Jump to Answer
Comments
Post Details
Added on Oct 30 2020
3 comments
646 views