DBA Data[Home] [Help]

APPS.GHR_PROCESS_SF52 dependencies on HR_ALL_POSITIONS_F

Line 3405: l_position_id hr_all_positions_f.position_id%type;

3401: l_employee_first_name ghr_pa_requests.employee_first_name%type;
3402: l_employee_middle_names ghr_pa_requests.employee_middle_names%type;
3403: l_personnel_office_id ghr_pa_requests.personnel_office_id%type;
3404: l_office_symbol ghr_pa_requests.from_office_symbol%type;
3405: l_position_id hr_all_positions_f.position_id%type;
3406: l_from_position_id hr_all_positions_f.position_id%type;
3407: l_from_position_title hr_all_positions_f.name%type;
3408: l_location_id NUMBER(15);
3409: l_position_title VARCHAR2(150);

Line 3406: l_from_position_id hr_all_positions_f.position_id%type;

3402: l_employee_middle_names ghr_pa_requests.employee_middle_names%type;
3403: l_personnel_office_id ghr_pa_requests.personnel_office_id%type;
3404: l_office_symbol ghr_pa_requests.from_office_symbol%type;
3405: l_position_id hr_all_positions_f.position_id%type;
3406: l_from_position_id hr_all_positions_f.position_id%type;
3407: l_from_position_title hr_all_positions_f.name%type;
3408: l_location_id NUMBER(15);
3409: l_position_title VARCHAR2(150);
3410: l_position_number VARCHAR2(150);

Line 3407: l_from_position_title hr_all_positions_f.name%type;

3403: l_personnel_office_id ghr_pa_requests.personnel_office_id%type;
3404: l_office_symbol ghr_pa_requests.from_office_symbol%type;
3405: l_position_id hr_all_positions_f.position_id%type;
3406: l_from_position_id hr_all_positions_f.position_id%type;
3407: l_from_position_title hr_all_positions_f.name%type;
3408: l_location_id NUMBER(15);
3409: l_position_title VARCHAR2(150);
3410: l_position_number VARCHAR2(150);
3411: l_position_seq_no NUMBER(15);

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

3510:
3511: Cursor get_pos_bg ( c_position_id in number) IS
3512: select
3513: business_group_id
3514: from hr_all_positions_f pos -- Venkat -- Position DT
3515: where pos.position_id = c_position_id
3516: and p_effective_date between pos.effective_start_date
3517: and pos.effective_end_date;
3518: -- FWFA Changes Commented the input_pay_rate_determinant.