DBA Data[Home] [Help]

APPS.EAM_WO_COMP_VALIDATE_PVT dependencies on MTL_PARAMETERS

Line 1037: from mtl_parameters mp

1033: begin
1034:
1035: select 1
1036: into g_dummy
1037: from mtl_parameters mp
1038: where mp.organization_id = p_eam_wo_comp_rec.organization_id;
1039:
1040: select nvl(hou.date_to,sysdate+1)
1041: into l_disable_date

Line 1080: from wip_eam_parameters wep, mtl_parameters mp

1076: begin
1077:
1078: select 1
1079: into g_dummy
1080: from wip_eam_parameters wep, mtl_parameters mp
1081: where wep.organization_id = mp.organization_id
1082: and mp.eam_enabled_flag = 'Y'
1083: and wep.organization_id = p_eam_wo_comp_rec.organization_id;
1084: