DBA Data[Home] [Help]

APPS.INVIDIT3 dependencies on MTL_UNITS_OF_MEASURE_VL

Line 1044: from mtl_units_of_measure_vl

1040: if (uom_conv = 0) then
1041:
1042: select decode(base_uom_flag, 'Y', 1, 0)
1043: into uom_conv
1044: from mtl_units_of_measure_vl
1045: where uom_code = p_primary_uom_code;
1046:
1047: end if;
1048: