DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on PO_DISTRIBUTIONS_ALL

Line 1306: FROM po_distributions_all

1302: CURSOR c_project_csr IS
1303: SELECT distinct project_id
1304: , task_id
1305: , line_location_id
1306: FROM po_distributions_all
1307: WHERE line_location_id = l_shipment_id
1308: AND project_id IS NOT NULL;
1309: --AND task_id IS NOT NULL;
1310: