DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on WIP_EAM_PARAMETERS

Line 228: from wip_eam_parameters wep, mtl_parameters mp

224: begin
225:
226: select 1
227: into g_dummy
228: from wip_eam_parameters wep, mtl_parameters mp
229: where wep.organization_id = mp.organization_id
230: and mp.eam_enabled_flag = 'Y'
231: and wep.organization_id = p_eam_wo_rec.organization_id;
232:

Line 710: from wip_eam_parameters wep, mtl_parameters mp

706: begin
707:
708: select 1
709: into g_dummy
710: from wip_eam_parameters wep, mtl_parameters mp
711: where wep.organization_id = mp.organization_id
712: and mp.eam_enabled_flag = 'Y'
713: and wep.organization_id = p_eam_wo_rec.organization_id;
714: