DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_PUB dependencies on AR_PAYMENT_SCHEDULES_ALL

Line 252: SELECT org_id FROM ar_payment_schedules_all

248: WHERE po_header_id = p_header_id;
249:
250: -- Cursor to get the org_id for invoice
251: CURSOR c_invoice_org_id (p_cust_trx_id IN NUMBER)IS
252: SELECT org_id FROM ar_payment_schedules_all
253: WHERE customer_trx_id = p_cust_trx_id;
254:
255: -- get sites org id type
256: CURSOR c_benef_org_id (p_site_use_id IN NUMBER) IS