DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on MTL_UNITS_OF_MEASURE_VL

Line 13651: mtl_units_of_measure_vl uom

13647: l_uom_class,
13648: l_batchable,
13649: p_new_res_tbl(l_index).standard_rate_flag
13650: from bom_resources BR,
13651: mtl_units_of_measure_vl uom
13652: where br.resource_id = p_new_res_tbl(l_index).resource_id
13653: and autocharge_type = nvl(p_new_res_tbl(l_index).autocharge_type,autocharge_type)
13654: and nvl(p_new_res_tbl(l_index).uom_code,br.unit_of_measure) = br.unit_of_measure -- uom.uom_code
13655: and br.unit_of_measure = uom.uom_code