DBA Data[Home] [Help]

APPS.GHR_API dependencies on HR_LOCATIONS

Line 442: ,duty_station_location_id hr_locations.location_id%type

438: ,position_org_line4 ghr_pa_requests.from_position_org_line4%type
439: ,position_org_line5 ghr_pa_requests.from_position_org_line5%type
440: ,position_org_line6 ghr_pa_requests.from_position_org_line6%type
441: ,position_id per_all_positions.position_id%type
442: ,duty_station_location_id hr_locations.location_id%type
443: , work_schedule ghr_pa_requests.work_schedule%type
444: ,pay_rate_determinant per_assignment_extra_info.aei_information6%type);
445: --
446: type recruitment_bonus_type is record

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

1355: ,p_position_org_line4 OUT NOCOPY varchar2
1356: ,p_position_org_line5 OUT NOCOPY varchar2
1357: ,p_position_org_line6 OUT NOCOPY varchar2
1358: ,p_position_id OUT NOCOPY per_all_positions.position_id%type
1359: ,p_duty_station_location_id OUT NOCOPY hr_locations.location_id%type -- duty_station_location_id
1360: ,p_pay_rate_determinant OUT NOCOPY varchar2
1361: ,p_work_schedule OUT NOCOPY varchar2
1362: );
1363: --