DBA Data[Home] [Help]

APPS.INV_DCP_PVT dependencies on INV_DEBUG_INTERFACE

Line 570: INV_debug_interface.stop_inv_debugger();

566: IF l_debug_on THEN
567: INV_LOG_UTIL.TRACE('DCP - Stopped Debugger',l_module_name,'9');
568: l_debug_on := FALSE;
569: END IF;
570: INV_debug_interface.stop_inv_debugger();
571: G_DEBUG_STARTED :='N';
572: END IF;
573:
574: EXCEPTION