DBA Data[Home] [Help]

APPS.FA_XLA_ACCOUNTING_MAIN_PKG dependencies on FA_XLA_EXTRACT_UTIL_PKG

Line 48: fa_xla_extract_util_pkg.lock_assets

44: if not fa_cache_pkg.fazprof then
45: null;
46: end if;
47:
48: fa_xla_extract_util_pkg.lock_assets
49: (p_book_type_code => p_valuation_method);
50:
51:
52: -- BUG# 4439932

Line 55: fa_xla_extract_util_pkg.update_nonaccountable_events

51:
52: -- BUG# 4439932
53: -- the following is for setting istatus on non-accountable events
54:
55: fa_xla_extract_util_pkg.update_nonaccountable_events
56: (p_book_type_code => p_valuation_method,
57: p_process_category => p_process_category);
58:
59: END IF;

Line 103: fa_xla_extract_util_pkg.extract(p_accounting_mode => p_accounting_mode);

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);
104:
105: END IF;
106:
107: IF (G_LEVEL_PROCEDURE >= G_CURRENT_RUNTIME_LEVEL ) THEN

Line 154: fa_xla_extract_util_pkg.unlock_assets

150: if not fa_cache_pkg.fazprof then
151: null;
152: end if;
153:
154: fa_xla_extract_util_pkg.unlock_assets
155: (p_book_type_code => p_valuation_method);
156:
157: END IF;
158: