DBA Data[Home] [Help]

APPS.IEX_DEBUG_PUB dependencies on IEX_DEBUG_PUB

Line 1: PACKAGE BODY IEX_DEBUG_PUB as

1: PACKAGE BODY IEX_DEBUG_PUB as
2: /* $Header: iexidbgb.pls 120.2 2004/11/05 16:24:50 jsanju ship $ */
3: -- Start of Comments
4: -- Package name : IEX_DEBUG_PUB
5: -- Purpose :

Line 4: -- Package name : IEX_DEBUG_PUB

1: PACKAGE BODY IEX_DEBUG_PUB as
2: /* $Header: iexidbgb.pls 120.2 2004/11/05 16:24:50 jsanju ship $ */
3: -- Start of Comments
4: -- Package name : IEX_DEBUG_PUB
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 100: IEX_DEBUG_PUB.G_DEBUG_LEVEL := p_debug_level;

96:
97: Procedure SetDebugLevel(p_debug_level in number)
98: IS
99: Begin
100: IEX_DEBUG_PUB.G_DEBUG_LEVEL := p_debug_level;
101: End SetDebugLevel;
102:
103: BEGIN
104:

Line 109: END IEX_DEBUG_PUB;

105: PG_DEBUG := TO_NUMBER(NVL(FND_PROFILE.value('IEX_DEBUG_LEVEL'), '20'));
106: SELECT NAME INTO DB_NAME FROM V$DATABASE;
107: DB_NAME := DB_NAME || '_';
108:
109: END IEX_DEBUG_PUB;