DBA Data[Home] [Help]

APPS.GHR_API dependencies on HR_LOCATIONS

Line 473: ,duty_station_location_id hr_locations.location_id%type

469: ,position_org_line4 ghr_pa_requests.from_position_org_line4%type
470: ,position_org_line5 ghr_pa_requests.from_position_org_line5%type
471: ,position_org_line6 ghr_pa_requests.from_position_org_line6%type
472: ,position_id per_all_positions.position_id%type
473: ,duty_station_location_id hr_locations.location_id%type
474: , work_schedule ghr_pa_requests.work_schedule%type
475: ,pay_rate_determinant per_assignment_extra_info.aei_information6%type);
476: --
477: type recruitment_bonus_type is record

Line 1397: ,p_duty_station_location_id OUT NOCOPY hr_locations.location_id%type -- duty_station_location_id

1393: ,p_position_org_line4 OUT NOCOPY varchar2
1394: ,p_position_org_line5 OUT NOCOPY varchar2
1395: ,p_position_org_line6 OUT NOCOPY varchar2
1396: ,p_position_id OUT NOCOPY per_all_positions.position_id%type
1397: ,p_duty_station_location_id OUT NOCOPY hr_locations.location_id%type -- duty_station_location_id
1398: ,p_pay_rate_determinant OUT NOCOPY varchar2
1399: ,p_work_schedule OUT NOCOPY varchar2
1400: );
1401: --