DBA Data[Home] [Help]

APPS.PER_APPLICANT_PKG dependencies on HR_LOCATIONS

Line 1367: from hr_locations

1363: l_return_value varchar2(60) := NULL ;
1364: --
1365: cursor c1 is
1366: select location_code
1367: from hr_locations
1368: where location_id = p_location_id ;
1369: --
1370: begin
1371: --

Line 1804: from hr_locations l

1800: where x.grade_id = p_grade_id ;
1801: --
1802: cursor get_location is
1803: select l.location_code
1804: from hr_locations l
1805: where l.location_id = p_location_id ;
1806: --
1807: -- Start changes for bug 8678206
1808: cursor get_manager is