DBA Data[Home] [Help]

APPS.GHR_PROCESS_SF52 dependencies on HR_ALL_POSITIONS_F

Line 3531: l_position_id hr_all_positions_f.position_id%type;

3527: l_employee_first_name ghr_pa_requests.employee_first_name%type;
3528: l_employee_middle_names ghr_pa_requests.employee_middle_names%type;
3529: l_personnel_office_id ghr_pa_requests.personnel_office_id%type;
3530: l_office_symbol ghr_pa_requests.from_office_symbol%type;
3531: l_position_id hr_all_positions_f.position_id%type;
3532: l_from_position_id hr_all_positions_f.position_id%type;
3533: l_from_position_title hr_all_positions_f.name%type;
3534: l_location_id NUMBER(15);
3535: l_position_title VARCHAR2(150);

Line 3532: l_from_position_id hr_all_positions_f.position_id%type;

3528: l_employee_middle_names ghr_pa_requests.employee_middle_names%type;
3529: l_personnel_office_id ghr_pa_requests.personnel_office_id%type;
3530: l_office_symbol ghr_pa_requests.from_office_symbol%type;
3531: l_position_id hr_all_positions_f.position_id%type;
3532: l_from_position_id hr_all_positions_f.position_id%type;
3533: l_from_position_title hr_all_positions_f.name%type;
3534: l_location_id NUMBER(15);
3535: l_position_title VARCHAR2(150);
3536: l_position_number VARCHAR2(150);

Line 3533: l_from_position_title hr_all_positions_f.name%type;

3529: l_personnel_office_id ghr_pa_requests.personnel_office_id%type;
3530: l_office_symbol ghr_pa_requests.from_office_symbol%type;
3531: l_position_id hr_all_positions_f.position_id%type;
3532: l_from_position_id hr_all_positions_f.position_id%type;
3533: l_from_position_title hr_all_positions_f.name%type;
3534: l_location_id NUMBER(15);
3535: l_position_title VARCHAR2(150);
3536: l_position_number VARCHAR2(150);
3537: l_position_seq_no NUMBER(15);

Line 3643: from hr_all_positions_f pos -- Venkat -- Position DT

3639:
3640: Cursor get_pos_bg ( c_position_id in number) IS
3641: select
3642: business_group_id
3643: from hr_all_positions_f pos -- Venkat -- Position DT
3644: where pos.position_id = c_position_id
3645: and p_effective_date between pos.effective_start_date
3646: and pos.effective_end_date;
3647: -- FWFA Changes Commented the input_pay_rate_determinant.