[Home] [Help]
981: l_pos_ei_grp1_data per_position_extra_info%rowtype;
982:
983: l_pos_organization_id hr_organization_information.organization_id%TYPE;
984: l_assignment_id per_all_assignments_f.assignment_id%type;
985: l_retained_grade ghr_pay_calc.retained_grade_rec_type;
986: l_person_id per_all_assignments_f.person_id%type;
987: l_prd VARCHAR2(30);
988: l_dummy VARCHAR2(30);
989:
2025: ,p_noa_code IN varchar2 DEFAULT NULL
2026: ,p_pa_request_id IN NUMBER DEFAULT NULL
2027: ,p_effective_date IN DATE)
2028: RETURN VARCHAR2 IS
2029: l_retained_grade ghr_pay_calc.retained_grade_rec_type;
2030: l_update34_date DATE;
2031: l_pos_ei_grade_data per_position_extra_info%rowtype;
2032: BEGIN
2033: hr_utility.set_location('Entering get_upd34_pay_basis',10);