DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on MTL_UNITS_OF_MEASURE_VL

Line 13547: mtl_units_of_measure_vl uom

13543: l_uom_class,
13544: l_batchable,
13545: p_new_res_tbl(l_index).standard_rate_flag
13546: from bom_resources BR,
13547: mtl_units_of_measure_vl uom
13548: where br.resource_id = p_new_res_tbl(l_index).resource_id
13549: and autocharge_type = nvl(p_new_res_tbl(l_index).autocharge_type,autocharge_type)
13550: and nvl(p_new_res_tbl(l_index).uom_code,br.unit_of_measure) = br.unit_of_measure -- uom.uom_code
13551: and br.unit_of_measure = uom.uom_code