DBA Data[Home] [Help]

APPS.JMF_SHIKYU_ONT_PVT dependencies on PO_DISTRIBUTIONS_ALL

Line 381: FROM po_distributions_all

377:
378: CURSOR c_project_cur IS
379: SELECT distinct project_id
380: , task_id
381: FROM po_distributions_all
382: WHERE line_location_id = p_replen_po_shipment_id
383: AND project_id IS NOT NULL;
384:
385: BEGIN