DBA Data[Home] [Help]

APPS.CE_JE_CREATION dependencies on CE_XLA_ACCT_EVENTS_PKG

Line 701: CE_XLA_ACCT_EVENTS_PKG.create_event(l_cashflow_id,

697: -- insert cashflow_id into statement_line table
698: Update_statement_line(CE_JE_CREATION.csl_statement_line_id,
699: l_cashflow_id,'S');
700: -- create accounting event
701: CE_XLA_ACCT_EVENTS_PKG.create_event(l_cashflow_id,
702: 'CE_STMT_RECORDED',
703: null);
704: /* Bug 4997215 -- populated error messages table even for
705: successes with a dummy error message.*/