DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on GHR_FAMILIES

Line 221: ,p_noa_family_code IN ghr_families.noa_family_code%TYPE

217:
218: FUNCTION populate_in_rec_structure
219: (p_person_id IN per_people_f.person_id%TYPE
220: ,p_position_id IN hr_all_positions_f.position_id%TYPE
221: ,p_noa_family_code IN ghr_families.noa_family_code%TYPE
222: ,p_noa_code IN ghr_nature_of_actions.code%TYPE
223: ,p_second_noa_code IN ghr_nature_of_actions.code%TYPE
224: ,p_first_action_la_code1 IN ghr_pa_requests.first_action_la_code1%TYPE
225: ,p_effective_date IN DATE

Line 1649: ,p_noa_family_code IN ghr_families.noa_family_code%TYPE

1645: END get_total_salary;
1646:
1647: PROCEDURE main_pay_calc (p_person_id IN per_people_f.person_id%TYPE
1648: ,p_position_id IN hr_all_positions_f.position_id%TYPE
1649: ,p_noa_family_code IN ghr_families.noa_family_code%TYPE
1650: ,p_noa_code IN ghr_nature_of_actions.code%TYPE
1651: ,p_second_noa_code IN ghr_nature_of_actions.code%TYPE
1652: ,p_first_action_la_code1 IN ghr_pa_requests.first_action_la_code1%TYPE
1653: ,p_effective_date IN DATE

Line 1704: l_noa_family_code ghr_families.noa_family_code%TYPE;

1700: --
1701: l_effective_date DATE;
1702: --
1703: l_position_id hr_all_positions_f.position_id%TYPE;
1704: l_noa_family_code ghr_families.noa_family_code%TYPE;
1705: l_noa_code ghr_nature_of_actions.code%TYPE;
1706: l_second_noa_code ghr_nature_of_actions.code%TYPE;
1707: l_first_action_la_code1 ghr_pa_requests.first_action_la_code1%TYPE;
1708: l_pay_rate_determinant VARCHAR2(30);

Line 1730: l_second_noa_family_code ghr_families.noa_family_code%TYPE;

1726: -- Bug#5120116
1727: l_capped_other_pay NUMBER;
1728: l_prd_d_pay_amount NUMBER; --Bug# 7557159
1729: --
1730: l_second_noa_family_code ghr_families.noa_family_code%TYPE;
1731: l_run_pay_calc_again BOOLEAN := FALSE;
1732: --
1733: l_pay_calc_data ghr_pay_calc.pay_calc_in_rec_type; -- This is the main IN record structure
1734: l_pay_calc_out_data ghr_pay_calc.pay_calc_out_rec_type; -- This is the main OUT record structure