DBA Data[Home] [Help]

APPS.PO_OM_INTEGRATION_GRP dependencies on PO_DISTRIBUTIONS_ALL

Line 379: FROM po_distributions_all

375: ELSE
376:
377: SELECT round((p_quantity(i) * l_uom_conversion_rate),5) + nvl(sum(nvl(quantity_delivered, 0)), 0)
378: INTO l_quantity_ordered(i)
379: FROM po_distributions_all
380: WHERE line_location_id = p_po_line_location_id(i);
381:
382: END IF;
383: