DBA Data[Home] [Help]

APPS.ARP_RW_ICR_PKG dependencies on AR_CASH_RECEIPTS

Line 1020: FROM ar_cash_receipts cr

1016: -- Check Cash Receipts table to see if the receipt exists
1017: --
1018: SELECT COUNT(*)
1019: INTO l_count
1020: FROM ar_cash_receipts cr
1021: WHERE ( p_cr_id IS NULL
1022: OR cr.cash_receipt_id <> p_cr_id )
1023: AND cr.receipt_number = p_receipt_number
1024: AND cr.pay_from_customer = p_customer_id