DBA Data[Home] [Help]

APPS.OKL_CSBRW_PVT dependencies on AR_PAYMENT_SCHEDULES_ALL

Line 35: ar_payment_schedules_all APS,

31: cursor cust_amnt_outstnading is
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