DBA Data[Home] [Help]

APPS.INV_DCP_PVT dependencies on DBMS_UTILITY

Line 526: l_call_stack := dbms_utility.format_call_stack;

522: -- dump the call stack and pl/sql table
523: -- if global was set , turn debug off
524: -- Put CallStack in debug file
525: if l_debug_on then
526: l_call_stack := dbms_utility.format_call_stack;
527: INV_LOG_UTIL.TRACE('**********Begining of Call Stack**********',l_module_name,'9');
528: INV_LOG_UTIL.TRACE(l_call_stack,l_module_name,'9');
529: INV_LOG_UTIL.TRACE('**********End of Call Stack**********',l_module_name,'9');
530: end if;