DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ONT_PVT dependencies on PO_DISTRIBUTIONS_ALL

Line 376: FROM po_distributions_all

372:
373: CURSOR c_project_cur IS
374: SELECT distinct project_id
375: , task_id
376: FROM po_distributions_all
377: WHERE line_location_id = p_replen_po_shipment_id
378: AND project_id IS NOT NULL;
379:
380: BEGIN