DBA Data[Home] [Help]

APPS.JMF_SUBCONTRACT_ORDERS_PVT dependencies on PO_DISTRIBUTIONS_ALL

Line 1253: FROM po_distributions_all

1249: CURSOR c_project_csr IS
1250: SELECT distinct project_id
1251: , task_id
1252: , line_location_id
1253: FROM po_distributions_all
1254: WHERE line_location_id = l_shipment_id
1255: AND project_id IS NOT NULL;
1256: --AND task_id IS NOT NULL;
1257: