DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_MATCH dependencies on AR_BATCHES_ALL

Line 332: AR_BATCHES_all B

328: b.batch_id batch_id
329: FROM AR_CASH_RECEIPTS_all CR,
330: AR_CASH_RECEIPT_HISTORY_all CRH,
331: AR_CASH_RECEIPT_HISTORY_all CRH2,
332: AR_BATCHES_all B
333: WHERE b.rowid = trx_rowid
334: AND crh.cash_receipt_history_id = decode(crh.batch_id,
335: null, crh2.reversal_cash_receipt_hist_id,
336: crh2.cash_receipt_history_id)