DBA Data[Home] [Help]

APPS.CE_JE_CREATION dependencies on CE_XLA_ACCT_EVENTS_PKG

Line 748: CE_XLA_ACCT_EVENTS_PKG.create_event(l_cashflow_id,

744: -- insert cashflow_id into statement_line table
745: Update_statement_line(CE_JE_CREATION.csl_statement_line_id,
746: l_cashflow_id,'S');
747: -- create accounting event
748: CE_XLA_ACCT_EVENTS_PKG.create_event(l_cashflow_id,
749: 'CE_STMT_RECORDED',
750: null);
751: /* Bug 4997215 -- populated error messages table even for
752: successes with a dummy error message.*/