DBA Data[Home] [Help]

APPS.POA_EDW_PO_DIST_F_SIZE dependencies on MTL_UNITS_OF_MEASURE

Line 269: from mtl_units_of_measure

265: from rcv_routing_headers;
266:
267: CURSOR c_6 IS
268: SELECT avg(nvl(vsize(uom_code), 0))
269: from mtl_units_of_measure
270: where last_update_date between
271: p_from_date and p_to_date;
272:
273: CURSOR c_7 IS