DBA Data[Home] [Help]

APPS.PO_OM_INTEGRATION_GRP dependencies on PO_DISTRIBUTIONS_ALL

Line 384: FROM po_distributions_all

380: ELSE
381:
382: SELECT round((p_quantity(i) * l_uom_conversion_rate),5) + nvl(sum(nvl(quantity_delivered, 0)), 0)
383: INTO l_quantity_ordered(i)
384: FROM po_distributions_all
385: WHERE line_location_id = p_po_line_location_id(i);
386:
387: END IF;
388: