DBA Data[Home] [Help]

APPS.INVIDIT3 dependencies on MTL_UNITS_OF_MEASURE_VL

Line 970: from mtl_units_of_measure_vl

966: if (uom_conv = 0) then
967:
968: select decode(base_uom_flag, 'Y', 1, 0)
969: into uom_conv
970: from mtl_units_of_measure_vl
971: where uom_code = p_primary_uom_code;
972:
973: end if;
974: