DBA Data[Home] [Help]

APPS.POA_EDW_RCV_TXNS_F_SIZE dependencies on MTL_UNITS_OF_MEASURE

Line 200: from mtl_units_of_measure

196: from rcv_routing_headers;
197:
198: CURSOR c_6 IS
199: SELECT avg(nvl(vsize(uom_code), 0))
200: from mtl_units_of_measure
201: where last_update_date between
202: p_from_date and p_to_date;
203:
204: CURSOR c_7 IS