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
#2
