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: p_ledger_id => p_ledger_id);
51:
52:

Line 56: fa_xla_extract_util_pkg.update_nonaccountable_events

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

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

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

Line 156: fa_xla_extract_util_pkg.unlock_assets

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