DBA Data[Home] [Help]

APPS.GHR_SF52_PRE_UPDATE dependencies on PER_POSITION_EXTRA_INFO

Line 213: l_pos_extra_info_rec per_position_extra_info%rowtype;

209: l_imm_student_loan_repay ghr_api.student_loan_repay_type;
210:
211: l_imm_extra_info_rec ghr_api.extra_info_rec_type;
212: l_asg_extra_info_rec per_assignment_extra_info%rowtype;
213: l_pos_extra_info_rec per_position_extra_info%rowtype;
214: l_imm_sf52_from_data ghr_api.prior_sf52_data_type;
215: l_imm_personal_info ghr_api.personal_info_type;
216: l_imm_generic_extra_info_rec ghr_api.generic_extra_info_rec_type;
217: l_imm_agency_sf52 ghr_api.agency_sf52_type;

Line 790: l_pos_extra_info_rec per_position_extra_info%rowtype;

786: )
787: is
788: l_per_extra_info_rec per_people_extra_info%rowtype;
789: l_asg_extra_info_rec per_assignment_extra_info%rowtype;
790: l_pos_extra_info_rec per_position_extra_info%rowtype;
791: l_proc varchar2(70) := 'Retrieve_all_extra_info';
792: l_person_type per_person_types.system_person_type%type := hr_api.g_varchar2;
793: l_position_id per_positions.position_id%type;
794: l_retained_grade_rec ghr_pay_calc.retained_grade_rec_type;

Line 2183: l_office_symbol per_position_extra_info.poei_information4%type := p_pos_grp1.office_symbol;

2179: from ghr_pa_request_extra_info
2180: where pa_request_id = p_pa_request_rec.pa_request_id
2181: and information_type = l_information_type;
2182: -- Bug 3260890
2183: l_office_symbol per_position_extra_info.poei_information4%type := p_pos_grp1.office_symbol;
2184: l_organization_structure_id per_position_extra_info.poei_information5%type := p_pos_grp1.organization_structure_id;
2185: l_positions_organization per_position_extra_info.poei_information21%type := p_pos_grp1.positions_organization;
2186: l_organization_function_code per_position_extra_info.poei_information4%type := p_pos_grp2.organization_function_code;
2187: l_personnel_office_id per_position_extra_info.poei_information3%type := p_pos_grp1.personnel_office_id;

Line 2184: l_organization_structure_id per_position_extra_info.poei_information5%type := p_pos_grp1.organization_structure_id;

2180: where pa_request_id = p_pa_request_rec.pa_request_id
2181: and information_type = l_information_type;
2182: -- Bug 3260890
2183: l_office_symbol per_position_extra_info.poei_information4%type := p_pos_grp1.office_symbol;
2184: l_organization_structure_id per_position_extra_info.poei_information5%type := p_pos_grp1.organization_structure_id;
2185: l_positions_organization per_position_extra_info.poei_information21%type := p_pos_grp1.positions_organization;
2186: l_organization_function_code per_position_extra_info.poei_information4%type := p_pos_grp2.organization_function_code;
2187: l_personnel_office_id per_position_extra_info.poei_information3%type := p_pos_grp1.personnel_office_id;
2188: l_payroll_office_id ghr_pa_request_extra_info.rei_information4%type := p_pos_grp1.payroll_office_id;

Line 2185: l_positions_organization per_position_extra_info.poei_information21%type := p_pos_grp1.positions_organization;

2181: and information_type = l_information_type;
2182: -- Bug 3260890
2183: l_office_symbol per_position_extra_info.poei_information4%type := p_pos_grp1.office_symbol;
2184: l_organization_structure_id per_position_extra_info.poei_information5%type := p_pos_grp1.organization_structure_id;
2185: l_positions_organization per_position_extra_info.poei_information21%type := p_pos_grp1.positions_organization;
2186: l_organization_function_code per_position_extra_info.poei_information4%type := p_pos_grp2.organization_function_code;
2187: l_personnel_office_id per_position_extra_info.poei_information3%type := p_pos_grp1.personnel_office_id;
2188: l_payroll_office_id ghr_pa_request_extra_info.rei_information4%type := p_pos_grp1.payroll_office_id;
2189: -- End Bug 3260890

Line 2186: l_organization_function_code per_position_extra_info.poei_information4%type := p_pos_grp2.organization_function_code;

2182: -- Bug 3260890
2183: l_office_symbol per_position_extra_info.poei_information4%type := p_pos_grp1.office_symbol;
2184: l_organization_structure_id per_position_extra_info.poei_information5%type := p_pos_grp1.organization_structure_id;
2185: l_positions_organization per_position_extra_info.poei_information21%type := p_pos_grp1.positions_organization;
2186: l_organization_function_code per_position_extra_info.poei_information4%type := p_pos_grp2.organization_function_code;
2187: l_personnel_office_id per_position_extra_info.poei_information3%type := p_pos_grp1.personnel_office_id;
2188: l_payroll_office_id ghr_pa_request_extra_info.rei_information4%type := p_pos_grp1.payroll_office_id;
2189: -- End Bug 3260890
2190:

Line 2187: l_personnel_office_id per_position_extra_info.poei_information3%type := p_pos_grp1.personnel_office_id;

2183: l_office_symbol per_position_extra_info.poei_information4%type := p_pos_grp1.office_symbol;
2184: l_organization_structure_id per_position_extra_info.poei_information5%type := p_pos_grp1.organization_structure_id;
2185: l_positions_organization per_position_extra_info.poei_information21%type := p_pos_grp1.positions_organization;
2186: l_organization_function_code per_position_extra_info.poei_information4%type := p_pos_grp2.organization_function_code;
2187: l_personnel_office_id per_position_extra_info.poei_information3%type := p_pos_grp1.personnel_office_id;
2188: l_payroll_office_id ghr_pa_request_extra_info.rei_information4%type := p_pos_grp1.payroll_office_id;
2189: -- End Bug 3260890
2190:
2191: -- Bug# 4672772 Begin