DBA Data[Home] [Help]

APPS.OKL_DEBUG_PUB dependencies on OKL_DEBUG_PUB

Line 1: PACKAGE BODY OKL_DEBUG_PUB as

1: PACKAGE BODY OKL_DEBUG_PUB as
2: /* $Header: OKLPDEGB.pls 120.2 2005/10/30 04:23:53 appldev noship $ */
3: -- Start of Comments
4: -- Package name : OKL_DEBUG_PUB
5: -- Purpose :

Line 4: -- Package name : OKL_DEBUG_PUB

1: PACKAGE BODY OKL_DEBUG_PUB as
2: /* $Header: OKLPDEGB.pls 120.2 2005/10/30 04:23:53 appldev noship $ */
3: -- Start of Comments
4: -- Package name : OKL_DEBUG_PUB
5: -- Purpose :
6: -- History :
7: -- NOTE :
8: -- End of Comments

Line 198: OKL_DEBUG_PUB.G_DEBUG_LEVEL := p_debug_level;

194:
195: Procedure SetDebugLevel(p_debug_level in number)
196: IS
197: Begin
198: OKL_DEBUG_PUB.G_DEBUG_LEVEL := p_debug_level;
199: End SetDebugLevel;
200:
201: BEGIN
202: SELECT NAME INTO DB_NAME FROM V$DATABASE;

Line 205: END OKL_DEBUG_PUB;

201: BEGIN
202: SELECT NAME INTO DB_NAME FROM V$DATABASE;
203: DB_NAME := DB_NAME || '_';
204:
205: END OKL_DEBUG_PUB;