DBA Data[Home] [Help]

APPS.CE_XLA_ACCT_EVENTS_PKG dependencies on CE_PAYMENT_TRANSACTIONS

Line 240: ce_payment_transactions trx

236: l_clearing_error_amount,
237: l_cashflow_date,
238: l_ledger_id
239: from ce_cashflows cf,
240: ce_payment_transactions trx
241: where trx.trxn_reference_number(+) = cf.trxn_reference_number
242: and cf.cashflow_id = X_trx_id;
243:
244: log('le '|| l_event_source_info.legal_entity_id);