DBA Data[Home] [Help]

APPS.FA_XLA_ACCOUNTING_MAIN_PKG dependencies on FA_CACHE_PKG

Line 44: if not fa_cache_pkg.fazprof then

40: BEGIN
41:
42: IF p_application_id = 140 THEN
43:
44: if not fa_cache_pkg.fazprof then
45: null;
46: end if;
47:
48: fa_xla_extract_util_pkg.lock_assets

Line 101: if not fa_cache_pkg.fazprof then

97:
98:
99: IF p_application_id = 140 THEN
100:
101: if not fa_cache_pkg.fazprof then
102: null;
103: end if;
104:
105: fa_xla_extract_util_pkg.extract(p_accounting_mode => p_accounting_mode);

Line 152: if not fa_cache_pkg.fazprof then

148: BEGIN
149:
150: IF p_application_id = 140 THEN
151:
152: if not fa_cache_pkg.fazprof then
153: null;
154: end if;
155:
156: fa_xla_extract_util_pkg.unlock_assets