DBA Data[Home] [Help]

APPS.RCV_DCP_PVT dependencies on DBMS_UTILITY

Line 537: l_call_stack := DBMS_UTILITY.format_call_stack;

533: -- dump the call stack and pl/sql table
534: -- if global was set , turn debug off
535: -- Put CallStack in debug file
536: IF l_debug_on THEN
537: l_call_stack := DBMS_UTILITY.format_call_stack;
538: asn_debug.put_line('**********Begining of Call Stack**********');
539: asn_debug.put_line(l_call_stack);
540: asn_debug.put_line('**********End of Call Stack**********');
541: END IF;