DBA Data[Home] [Help]

APPS.EAM_LINEAR_LOCATIONS_PUB dependencies on MTL_PARAMETERS

Line 1173: mtl_parameters mp,wip_eam_parameters wep

1169: cursor org_cursor is
1170: select distinct(hou.organization_id) org_id, mp.organization_code org_code,hout.name org_name
1171: from hr_all_organization_units hou,
1172: hr_all_organization_units_tl hout,
1173: mtl_parameters mp,wip_eam_parameters wep
1174: where hou.organization_id = mp.organization_id
1175: and hou.organization_id = hout.organization_id
1176: and hou.organization_id = wep.organization_id
1177: AND hout.LANGUAGE = USERENV('LANG')