DBA Data[Home] [Help]

APPS.FA_DEBUG_PKG dependencies on FA_CACHE_PKG

Line 47: g_print_debug boolean := fa_cache_pkg.fa_print_debug;

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

Line 81: l_dirfile := fa_cache_pkg.fa_debug_file;

77: elsif fa_debug_file <> 'YES' then
78: -- Also, only initialize file debugging once
79:
80: --l_dirfile := fnd_profile.value('FA_DEBUG_FILE');
81: l_dirfile := fa_cache_pkg.fa_debug_file;
82: if l_dirfile is not null then
83: -- Do not set up file/dir info if this is a concurrent program
84: -- FND_FILE will automatically place the debug messages to
85: -- the concurrent program's log file.