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 99: if not fa_cache_pkg.fazprof then

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

Line 150: if not fa_cache_pkg.fazprof then

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