DBA Data[Home] [Help]

APPS.JAI_TRX_REPO_EXTRACT_PKG dependencies on AR_CASH_RECEIPT_HISTORY_ALL

Line 304: ar_cash_receipt_history_all acrh

300: --------------------------------------
301: CURSOR get_rev_receipt_gl_date_cur IS
302: SELECT acrh.gl_date gl_date
303: FROM ar_cash_receipts_all acra,
304: ar_cash_receipt_history_all acrh
305: WHERE acra.cash_receipt_id = pn_document_id
306: AND acrh.cash_receipt_id = acra.cash_receipt_id
307: AND acrh.status = 'REVERSED';
308: ---------------------------------------