DBA Data[Home] [Help]

APPS.EAM_SUB_RESOURCE_VALIDATE_PVT dependencies on MTL_UNITS_OF_MEASURE

Line 327: from mtl_units_of_measure

323: if (p_eam_sub_res_rec.transaction_type in (EAM_PROCESS_WO_PVT.G_OPR_CREATE, EAM_PROCESS_WO_PVT.G_OPR_UPDATE)) then
324:
325: select 1
326: into g_dummy
327: from mtl_units_of_measure
328: where uom_code = p_eam_sub_res_rec.uom_code;
329:
330: end if;
331:

Line 630: from BOM_RESOURCES BR, MTL_UNITS_OF_MEASURE_VL UOM

626: l_hour_uom_class := WIP_OP_RESOURCES_UTILITIES.Get_Uom_Class(l_hour_uom);
627:
628: select UOM.uom_class
629: into l_uom_class
630: from BOM_RESOURCES BR, MTL_UNITS_OF_MEASURE_VL UOM
631: where BR.resource_id = p_eam_sub_res_rec.resource_id
632: and BR.unit_of_measure = UOM.uom_code;
633:
634: IF l_hour_uom_class = l_uom_class THEN