DBA Data[Home] [Help]

APPS.RCV_DCP_PVT dependencies on DBMS_UTILITY

Line 509: l_call_stack := DBMS_UTILITY.format_call_stack;

505: -- dump the call stack and pl/sql table
506: -- if global was set , turn debug off
507: -- Put CallStack in debug file
508: IF l_debug_on THEN
509: l_call_stack := DBMS_UTILITY.format_call_stack;
510: asn_debug.put_line('**********Begining of Call Stack**********');
511: asn_debug.put_line(l_call_stack);
512: asn_debug.put_line('**********End of Call Stack**********');
513: END IF;