DBA Data[Home] [Help]

APPS.ARP_RW_ICR_PKG dependencies on AR_CASH_RECEIPTS

Line 1032: FROM ar_cash_receipts cr

1028: -- Check Cash Receipts table to see if the receipt exists
1029: --
1030: SELECT COUNT(*)
1031: INTO l_count
1032: FROM ar_cash_receipts cr
1033: WHERE ( p_cr_id IS NULL
1034: OR cr.cash_receipt_id <> p_cr_id )
1035: AND cr.receipt_number = p_receipt_number
1036: AND cr.pay_from_customer = p_customer_id