DBA Data[Home] [Help]

APPS.POA_EDW_ALINES_F_SIZE dependencies on MTL_UNITS_OF_MEASURE

Line 204: from mtl_units_of_measure

200: p_from_date and p_to_date;
201:
202: CURSOR c_7 IS
203: SELECT avg(nvl(vsize(uom_code), 0))
204: from mtl_units_of_measure
205: where last_update_date between
206: p_from_date and p_to_date;
207:
208: BEGIN