DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on WIP_EAM_PARAMETERS

Line 259: from wip_eam_parameters wep, mtl_parameters mp

255: ELSE -- For EAM work orders, if mtl org is EAM enabled, then it must be the same as the maintenance org
256: begin
257: select 1
258: into g_dummy
259: from wip_eam_parameters wep, mtl_parameters mp
260: where wep.organization_id = mp.organization_id
261: and mp.eam_enabled_flag = 'Y'
262: and wep.organization_id = p_eam_wo_rec.organization_id;
263:

Line 776: from wip_eam_parameters wep, mtl_parameters mp

772: ELSE -- For EAM work orders, if mtl org is EAM enabled, then it must be the same as the maintenance org
773: begin
774: select 1
775: into g_dummy
776: from wip_eam_parameters wep, mtl_parameters mp
777: where wep.organization_id = mp.organization_id
778: and mp.eam_enabled_flag = 'Y'
779: and wep.organization_id = p_eam_wo_rec.organization_id;
780: