DBA Data[Home] [Help]

APPS.OKL_DEBUG_PUB dependencies on FND_PROFILE

Line 13: fnd_profile.value('OKL_DEBUG_LEVEL'), '0'));

9:
10:
11: G_PKG_NAME CONSTANT VARCHAR2(15):= 'OKL_DEBUG_PUB';
12: G_Debug_Level NUMBER := to_number(nvl(
13: fnd_profile.value('OKL_DEBUG_LEVEL'), '0'));
14: G_DIR Varchar2(255) :=
15: fnd_profile.value('UTL_FILE_DIR');
16: G_FILE Varchar2(255) := null;
17: G_FILE_PTR utl_file.file_type;

Line 15: fnd_profile.value('UTL_FILE_DIR');

11: G_PKG_NAME CONSTANT VARCHAR2(15):= 'OKL_DEBUG_PUB';
12: G_Debug_Level NUMBER := to_number(nvl(
13: fnd_profile.value('OKL_DEBUG_LEVEL'), '0'));
14: G_DIR Varchar2(255) :=
15: fnd_profile.value('UTL_FILE_DIR');
16: G_FILE Varchar2(255) := null;
17: G_FILE_PTR utl_file.file_type;
18: /* Inserted by SPILLAIP Begin*/
19: g_session_id Varchar2(255):= OKC_API.G_MISS_CHAR;

Line 66: --logged only if the debg level in fnd_profile is less than the specified

62: PROCEDURE set_connection_context;
63:
64: --
65: --Procedure to log debug messages using FND_LOG. Debug messages will be
66: --logged only if the debg level in fnd_profile is less than the specified
67: --level during the call of this procedure.
68: --
69:
70: PROCEDURE LOG_DEBUG