DBA Data[Home] [Help]

APPS.XLA_ACCOUNTING_PKG dependencies on XLA_ACCOUNTING_ENGINE_PKG

Line 6245: (p_msg => 'Calling the function XLA_ACCOUNTING_ENGINE_PKG.ACCOUNTINGENGINE'

6241: -- Call accounting engine
6242: ----------------------------------------------------------------------
6243: IF (C_LEVEL_EVENT >= g_log_level) THEN
6244: trace
6245: (p_msg => 'Calling the function XLA_ACCOUNTING_ENGINE_PKG.ACCOUNTINGENGINE'
6246: ,p_level => C_LEVEL_EVENT
6247: ,p_module => l_log_module);
6248: END IF;
6249:

Line 6251: xla_accounting_engine_pkg.AccountingEngine

6247: ,p_module => l_log_module);
6248: END IF;
6249:
6250: l_ret_val_acctg_engine :=
6251: xla_accounting_engine_pkg.AccountingEngine
6252: (p_application_id => g_application_id
6253: ,p_ledger_id => g_ledger_id
6254: ,p_end_date => g_end_date -- 4262811
6255: ,p_accounting_mode => g_accounting_mode

Line 6261: (p_msg => 'Function XLA_ACCOUNTING_ENGINE_PKG.ACCOUNTINGENGINE executed'

6257: ,p_budgetary_control_mode => 'NONE');
6258:
6259: IF (C_LEVEL_EVENT >= g_log_level) THEN
6260: trace
6261: (p_msg => 'Function XLA_ACCOUNTING_ENGINE_PKG.ACCOUNTINGENGINE executed'
6262: ,p_level => C_LEVEL_EVENT
6263: ,p_module => l_log_module);
6264: END IF;
6265:

Line 7116: xla_accounting_engine_pkg.AccountingEngine

7112: xla_accounting_err_pkg.set_options
7113: (p_error_source => xla_accounting_err_pkg.C_ACCT_ENGINE);
7114:
7115: l_ret_val_acctg_engine :=
7116: xla_accounting_engine_pkg.AccountingEngine
7117: (p_application_id => g_application_id
7118: ,p_ledger_id => g_ledger_id
7119: ,p_end_date => l_max_event_date
7120: ,p_accounting_mode => g_accounting_mode