DBA Data[Home] [Help]

APPS.CE_XLA_ACCT_EVENTS_PKG dependencies on CE_PAYMENT_TRANSACTIONS

Line 231: ce_payment_transactions trx

227: l_clearing_error_amount,
228: l_cashflow_date,
229: l_ledger_id
230: from ce_cashflows cf,
231: ce_payment_transactions trx
232: where trx.trxn_reference_number(+) = cf.trxn_reference_number
233: and cf.cashflow_id = X_trx_id;
234:
235: log('le '|| l_event_source_info.legal_entity_id);