DBA Data[Home] [Help]

APPS.OKL_CSBRW_PVT dependencies on AR_CASH_RECEIPTS_ALL

Line 22: ar_cash_receipts_all ACR

18: SELECT
19: NVL(SUM (ARA.amount_applied),0)
20: FROM
21: ar_receivable_applications_all ARA,
22: ar_cash_receipts_all ACR
23: WHERE
24: ARA.status IN ( 'ACC' , 'UNAPP') AND
25: ARA.cash_receipt_id = ACR.cash_receipt_id AND
26: ACR.pay_from_customer = p_cust_account_id AND