DBA Data[Home] [Help]

APPS.OKL_CSBRW_PVT dependencies on RA_CUSTOMER_TRX_ALL

Line 36: ra_customer_trx_all RAC

32: SELECT
33: NVL(SUM (APS.amount_due_remaining),0)
34: FROM
35: ar_payment_schedules_all APS,
36: ra_customer_trx_all RAC
37: WHERE
38: APS.class = 'INV' AND
39: APS.status = 'OP' AND
40: APS.customer_trx_id = RAC.customer_trx_id AND