DBA Data[Home] [Help]

APPS.FA_DEBUG_PKG dependencies on FA_CACHE_PKG

Line 22: g_release number := fa_cache_pkg.fazarel_release;

18: g_log_unexpected_level CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
19: g_log_runtime_level NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
20:
21: g_calling_routine varchar2(150);
22: g_release number := fa_cache_pkg.fazarel_release;
23:
24: TYPE Debug_Rec_Type IS RECORD
25: ( fname VARCHAR2(30) := NULL,
26: data VARCHAR2(225) := NULL

Line 49: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

45:
46: FA_DEBUG_FLAG varchar2(3) := 'NO';
47: FA_DEBUG_FILE varchar2(3) := 'NO';
48:
49: g_print_debug boolean := fa_cache_pkg.fa_print_debug;
50:
51: -- Procedure Initialize
52: --
53: -- Usage Used by server program to intialize the global

Line 85: l_dirfile := fa_cache_pkg.fa_debug_file;

81:
82: elsif fa_debug_file <> 'YES' then
83: -- Also, only initialize file debugging once
84:
85: l_dirfile := fa_cache_pkg.fa_debug_file;
86: if l_dirfile is not null then
87:
88: -- Do not set up file/dir info if this is a concurrent program
89: -- FND_FILE will automatically place the debug messages to