DBA Data[Home] [Help]

APPS.GHR_API dependencies on HR_LOCATIONS

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

2644: ,p_position_org_line4 OUT NOCOPY varchar2
2645: ,p_position_org_line5 OUT NOCOPY varchar2
2646: ,p_position_org_line6 OUT NOCOPY varchar2
2647: ,p_position_id OUT NOCOPY per_all_positions.position_id%type
2648: ,p_duty_station_location_id OUT NOCOPY hr_locations.location_id%type -- duty_station_location_id
2649: ,p_pay_rate_determinant OUT NOCOPY varchar2
2650: ,p_work_schedule OUT NOCOPY varchar2
2651: ) is
2652: --

Line 2658: l_location_id hr_locations.location_id%type;

2654: l_organization_id hr_organization_units.organization_id%type;
2655: l_position_id per_all_positions.position_id%type;
2656: l_job_id per_jobs.job_id%type;
2657: l_grade_id per_grades.grade_id%type;
2658: l_location_id hr_locations.location_id%type;
2659: l_total_salary number;
2660: l_basic_pay number;
2661: l_locality_adj number;
2662: l_adj_basic_pay number;