DBA Data[Home] [Help]

APPS.OKL_BPD_ADV_MON_RPT_PVT dependencies on AR_PAYMENT_SCHEDULES_ALL

Line 59: ar_payment_schedules_all d, okl_trx_csh_receipt_b e, okx_customer_accounts_v f,

55: ( SELECT NVL(SUM(a.line_applied + a.tax_applied), 0)
56: FROM okl_receipt_applications_uv
57: WHERE cash_receipt_id = a.cash_receipt_id) amount_applied
58: FROM okl_receipt_applications_uv a, ar_cash_receipts_all b, okc_k_headers_b c,
59: ar_payment_schedules_all d, okl_trx_csh_receipt_b e, okx_customer_accounts_v f,
60: ar_receivable_applications_all g
61: WHERE a.cash_receipt_id = b.cash_receipt_id
62: AND b.cash_receipt_id = e.cash_receipt_id
63: AND b.cash_receipt_id = g.cash_receipt_id