DBA Data[Home] [Help]

APPS.OZF_FUND_UTILIZED_PVT dependencies on OZF_RESALE_BATCHES_ALL

Line 339: SELECT org_id FROM ozf_resale_batches_all

335: WHERE header_id = p_header_id;
336:
337: -- Cursor to get the org_id for third party order
338: CURSOR c_tp_order_org_id (p_batch_id IN NUMBER)IS
339: SELECT org_id FROM ozf_resale_batches_all
340: WHERE resale_batch_id = p_batch_id;
341:
342: -- Cursor to get the org_id for purchase order
343: CURSOR c_purchase_order_org_id (p_header_id IN NUMBER)IS