DBA Data[Home] [Help]

APPS.EAM_SUB_RESOURCE_VALIDATE_PVT dependencies on BOM_RESOURCES

Line 288: from bom_resources

284: if (p_eam_sub_res_rec.transaction_type in (EAM_PROCESS_WO_PVT.G_OPR_CREATE, EAM_PROCESS_WO_PVT.G_OPR_UPDATE)) then
285:
286: select 1
287: into g_dummy
288: from bom_resources
289: where organization_id = p_eam_sub_res_rec.organization_id
290: and resource_id = p_eam_sub_res_rec.resource_id;
291:
292: end if;

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