DBA Data[Home] [Help]

APPS.ARP_DEDUCTION_COVER dependencies on AR_CASH_RECEIPT_HISTORY

Line 1219: , ar_cash_receipt_history crh

1215: , x_currency_code
1216: , x_cr_payment_schedule_id
1217: FROM ar_cash_receipts cr
1218: , ar_payment_schedules ps
1219: , ar_cash_receipt_history crh
1220: WHERE cr.cash_receipt_id = crh.cash_receipt_id(+)
1221: AND crh.first_posted_record_flag(+) = 'Y'
1222: AND cr.cash_receipt_id = ps.cash_receipt_id(+)
1223: AND cr.cash_receipt_id = p_cash_receipt_id;