DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_PVT dependencies on AR_PAYMENT_SCHEDULES_ALL

Line 349: SELECT org_id FROM ar_payment_schedules_all

345: WHERE po_header_id = p_header_id;
346:
347: -- Cursor to get the org_id for invoice
348: CURSOR c_invoice_org_id (p_cust_trx_id IN NUMBER)IS
349: SELECT org_id FROM ar_payment_schedules_all
350: WHERE customer_trx_id = p_cust_trx_id;
351:
352:
353: -- Cursor to get the offer info