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 1703: ,p_noa_family_code IN ghr_families.noa_family_code%TYPE

1699: END get_total_salary;
1700:
1701: PROCEDURE main_pay_calc (p_person_id IN per_people_f.person_id%TYPE
1702: ,p_position_id IN hr_all_positions_f.position_id%TYPE
1703: ,p_noa_family_code IN ghr_families.noa_family_code%TYPE
1704: ,p_noa_code IN ghr_nature_of_actions.code%TYPE
1705: ,p_second_noa_code IN ghr_nature_of_actions.code%TYPE
1706: ,p_first_action_la_code1 IN ghr_pa_requests.first_action_la_code1%TYPE
1707: ,p_effective_date IN DATE

Line 1758: l_noa_family_code ghr_families.noa_family_code%TYPE;

1754: --
1755: l_effective_date DATE;
1756: --
1757: l_position_id hr_all_positions_f.position_id%TYPE;
1758: l_noa_family_code ghr_families.noa_family_code%TYPE;
1759: l_noa_code ghr_nature_of_actions.code%TYPE;
1760: l_second_noa_code ghr_nature_of_actions.code%TYPE;
1761: l_first_action_la_code1 ghr_pa_requests.first_action_la_code1%TYPE;
1762: l_pay_rate_determinant VARCHAR2(30);

Line 1784: l_second_noa_family_code ghr_families.noa_family_code%TYPE;

1780: -- Bug#5120116
1781: l_capped_other_pay NUMBER;
1782: l_prd_d_pay_amount NUMBER; --Bug# 7557159
1783: --
1784: l_second_noa_family_code ghr_families.noa_family_code%TYPE;
1785: l_run_pay_calc_again BOOLEAN := FALSE;
1786: --
1787: l_pay_calc_data ghr_pay_calc.pay_calc_in_rec_type; -- This is the main IN record structure
1788: l_pay_calc_out_data ghr_pay_calc.pay_calc_out_rec_type; -- This is the main OUT record structure