DBA Data[Home] [Help]

APPS.IGW_VIEW_PARAMETERS dependencies on HR_ORGANIZATION_UNITS

Line 29: from hr_organization_units

25: RETURN o_project_location_name;
26: else
27: select name
28: into o_project_location_name
29: from hr_organization_units
30: where organization_id = i_organization_id;
31: RETURN o_project_location_name;
32: end if;
33: End;