DBA Data[Home] [Help]

APPS.OKL_RECEIPTS_PVT dependencies on AR_CASH_RECEIPT_HISTORY_ALL

Line 38: FROM ar_Cash_receipts_all cr, ar_cash_receipt_history_all crh

34: cr.currency_code,
35: cr.receipt_number,
36: cr.receipt_date,
37: crh.gl_date
38: FROM ar_Cash_receipts_all cr, ar_cash_receipt_history_all crh
39: where cr.cash_Receipt_id = cp_cash_receipt_id
40: and cr.cash_receipt_id = crh.cash_receipt_id
41: and crh.current_record_flag = 'Y';
42: BEGIN