DBA Data[Home] [Help]

APPS.OE_DEBUG_PUB dependencies on OE_DEBUG_PUB

Line 1: PACKAGE BODY OE_DEBUG_PUB AS

1: PACKAGE BODY OE_DEBUG_PUB AS
2: /* $Header: OEXPDBGB.pls 120.0 2005/06/01 02:46:00 appldev noship $ */
3:
4:
5: Function Set_Debug_Mode(P_Mode in varchar2) Return Varchar2 IS

Line 49: oe_debug_pub.setdebuglevel(G_Debug_Level);

45: rtn_val := null;
46: end if;
47:
48: BEGIN
49: oe_debug_pub.setdebuglevel(G_Debug_Level);
50: EXCEPTION
51:
52: WHEN OTHERS THEN
53:

Line 54: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;

50: EXCEPTION
51:
52: WHEN OTHERS THEN
53:
54: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;
55: oe_debug_pub.setdebuglevel(G_Debug_Level);
56:
57: END;
58: oe_debug_pub.debug_on;

Line 55: oe_debug_pub.setdebuglevel(G_Debug_Level);

51:
52: WHEN OTHERS THEN
53:
54: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;
55: oe_debug_pub.setdebuglevel(G_Debug_Level);
56:
57: END;
58: oe_debug_pub.debug_on;
59:

Line 58: oe_debug_pub.debug_on;

54: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;
55: oe_debug_pub.setdebuglevel(G_Debug_Level);
56:
57: END;
58: oe_debug_pub.debug_on;
59:
60: return(rtn_val);
61: Exception when others then
62: G_DEBUG_MODE := 'TABLE';

Line 82: OE_DEBUG_PUB.G_DEBUG := FND_API.G_TRUE;

78:
79: Procedure Debug_ON
80: IS
81: Begin
82: OE_DEBUG_PUB.G_DEBUG := FND_API.G_TRUE;
83: End Debug_On;
84:
85:
86: Procedure Debug_OFF

Line 89: OE_DEBUG_PUB.G_DEBUG := FND_API.G_FALSE;

85:
86: Procedure Debug_OFF
87: IS
88: Begin
89: OE_DEBUG_PUB.G_DEBUG := FND_API.G_FALSE;
90: End Debug_Off;
91:
92:
93: Function ISDebugOn

Line 96: if OE_DEBUG_PUB.G_DEBUG = FND_API.G_TRUE then

92:
93: Function ISDebugOn
94: Return Boolean IS
95: Begin
96: if OE_DEBUG_PUB.G_DEBUG = FND_API.G_TRUE then
97: RETURN(TRUE);
98: else
99: RETURN(FALSE);
100: end if;

Line 214: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;

210: END IF;
211:
212: EXCEPTION
213: WHEN OTHERS THEN
214: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;
215: END Add;
216:
217: Procedure GetFirst(Debug_msg out NOCOPY /* file.sql.39 change */ Varchar2)
218: IS

Line 307: OE_DEBUG_PUB.G_DEBUG_LEVEL := p_debug_level;

303:
304: Procedure SetDebugLevel(p_debug_level in number)
305: IS
306: Begin
307: OE_DEBUG_PUB.G_DEBUG_LEVEL := p_debug_level;
308: Exception
309: WHEN OTHERS THEN
310: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;
311:

Line 310: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;

306: Begin
307: OE_DEBUG_PUB.G_DEBUG_LEVEL := p_debug_level;
308: Exception
309: WHEN OTHERS THEN
310: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;
311:
312: End SetDebugLevel;
313:
314:

Line 351: OE_DEBUG_PUB.Setdebuglevel(5);

347:
348: UTL_FILE.Put_Line(G_FILE_PTR,'Session Id:'||userenv('SESSIONID'));
349:
350: BEGIN
351: OE_DEBUG_PUB.Setdebuglevel(5);
352: EXCEPTION
353: WHEN OTHERS THEN
354: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;
355: OE_DEBUG_PUB.Setdebuglevel(G_Debug_Level);

Line 354: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;

350: BEGIN
351: OE_DEBUG_PUB.Setdebuglevel(5);
352: EXCEPTION
353: WHEN OTHERS THEN
354: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;
355: OE_DEBUG_PUB.Setdebuglevel(G_Debug_Level);
356:
357: END;
358:

Line 355: OE_DEBUG_PUB.Setdebuglevel(G_Debug_Level);

351: OE_DEBUG_PUB.Setdebuglevel(5);
352: EXCEPTION
353: WHEN OTHERS THEN
354: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;
355: OE_DEBUG_PUB.Setdebuglevel(G_Debug_Level);
356:
357: END;
358:
359: OE_DEBUG_PUB.Debug_On;

Line 359: OE_DEBUG_PUB.Debug_On;

355: OE_DEBUG_PUB.Setdebuglevel(G_Debug_Level);
356:
357: END;
358:
359: OE_DEBUG_PUB.Debug_On;
360:
361: Exception
362: WHEN OTHERS THEN
363: NULL;

Line 370: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;

366:
367: Procedure Stop_ONT_Debugger
368: IS
369: BEGIN
370: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;
371: END Stop_ONT_Debugger;
372:
373: END OE_DEBUG_PUB;

Line 373: END OE_DEBUG_PUB;

369: BEGIN
370: OE_DEBUG_PUB.G_DEBUG_LEVEL := 0;
371: END Stop_ONT_Debugger;
372:
373: END OE_DEBUG_PUB;