DBA Data[Home] [Help]

APPS.CE_AUTO_BANK_MATCH dependencies on AR_BATCHES_ALL

Line 313: AR_BATCHES_all B

309: b.batch_id batch_id
310: FROM AR_CASH_RECEIPTS_all CR,
311: AR_CASH_RECEIPT_HISTORY_all CRH,
312: AR_CASH_RECEIPT_HISTORY_all CRH2,
313: AR_BATCHES_all B
314: WHERE b.rowid = trx_rowid
315: AND crh.cash_receipt_history_id = decode(crh.batch_id,
316: null, crh2.reversal_cash_receipt_hist_id,
317: crh2.cash_receipt_history_id)