DBA Data[Home] [Help]

APPS.WSH_DEBUG_SV dependencies on WSH_DEBUG_SV

Line 1: PACKAGE BODY WSH_DEBUG_SV as

1: PACKAGE BODY WSH_DEBUG_SV as
2: /* $Header: WSHDEBGB.pls 120.2 2007/08/06 13:40:03 ueshanka noship $ */
3: /*========================== WSH_core_sv ============================*/
4:
5: g_debug_flag BOOLEAN := FALSE; -- used only by old debugger code.

Line 516: WSH_DEBUG_SV.G_ITM_ASYN_PROC

512:
513: --bug 6215206: For ITM Asyn process even if its frm concurrent process,
514: --generate new debug log file for printing debug messages
515: if g_RunMode = 'CONC' and
516: WSH_DEBUG_SV.G_ITM_ASYN_PROC
517: then
518: g_RunMode := 'ONLINE';
519: g_File := get_file_name;
520: l_run_comment := g_file;

Line 698: wsh_debug_sv.tdump;

694: BEGIN
695: --log(x_Module,'Stopping WSH Debugger',sysdate,C_UNEXPEC_ERR_LEVEL);
696: IF g_TimeStack.COUNT <> 0 THEN
697: print_mesg(v_debug_summary);
698: wsh_debug_sv.tdump;
699: print_mesg(v_debug_separator);
700: END IF;
701: IF g_run_id IS NOT NULL THEN
702:

Line 2074: END wsh_debug_sv;

2070: g_DebugCount := 0;
2071: g_Debugger_initialized := FALSE;
2072: END set_debug_count;
2073:
2074: END wsh_debug_sv;