DBA Data[Home] [Help]

APPS.OKL_CS_LC_CONTRACT_PVT dependencies on OKL_RECEIPT_APPLICATIONS_UV

Line 304: okl_receipt_applications_uv app,

300: ORDER BY receipt_date DESC;*/
301:
302: SELECT (AR.amount * NVL(AR.exchange_rate,1)), AR.receipt_date
303: FROM ar_cash_receipts_all ar,
304: okl_receipt_applications_uv app,
305: okc_k_headers_b chr
306: WHERE chr.id = p_contract_id
307: AND ar.cash_receipt_id = app.cash_receipt_id
308: AND ar.pay_from_customer = p_customer_id