DBA Data[Home] [Help]

APPS.FA_UTIL_PUB dependencies on FA_CACHE_PKG

Line 21: if not fa_cache_pkg.fazprof then

17:
18: begin
19:
20: -- needed to initialze the profile and release caches first
21: if not fa_cache_pkg.fazprof then
22: null;
23: end if;
24:
25: g_log_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;

Line 40: if (fa_cache_pkg.fazarel_release = 11) then

36: x_log_level_rec.unexpected_level :=
37: g_log_unexpected_level >= g_log_runtime_level;
38: x_log_level_rec.current_runtime_level := g_log_runtime_level;
39:
40: if (fa_cache_pkg.fazarel_release = 11) then
41:
42: -- intentional initialization here after the cache call
43: g_print_debug := fa_cache_pkg.fa_print_debug;
44:

Line 43: g_print_debug := fa_cache_pkg.fa_print_debug;

39:
40: if (fa_cache_pkg.fazarel_release = 11) then
41:
42: -- intentional initialization here after the cache call
43: g_print_debug := fa_cache_pkg.fa_print_debug;
44:
45:
46: if (g_print_debug) then
47: x_log_level_rec.statement_level := TRUE;