DBA Data[Home] [Help]

APPS.PON_EMD_AR_INTEGRATION_GRP dependencies on AR_CASH_RECEIPT_HISTORY_ALL

Line 4363: FROM ar_cash_Receipt_history_all acrh,

4359: SELECT acr.receipt_number,
4360: acrh.status
4361: INTO x_receipt_num,
4362: x_receipt_status
4363: FROM ar_cash_Receipt_history_all acrh,
4364: ar_cash_receipts_all acr
4365: WHERE acrh.cash_receipt_id =acr.cash_receipt_id
4366: AND acrh.current_record_flag = 'Y'
4367: AND acrh.status = 'CLEARED'