DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on GHR_FAMILIES

Line 46: ,noa_family_code ghr_families.noa_family_code%TYPE

42: -- This record structure will keep all the in parameters that were passed to the main pay calc process
43: TYPE pay_calc_in_rec_type IS RECORD
44: (person_id per_people_f.person_id%TYPE
45: ,position_id hr_all_positions_f.position_id%TYPE
46: ,noa_family_code ghr_families.noa_family_code%TYPE
47: ,noa_code ghr_nature_of_actions.code%TYPE
48: ,second_noa_code ghr_nature_of_actions.code%TYPE
49: --GPPA Update46
50: ,first_action_la_code1 ghr_pa_requests.first_action_la_code1%TYPE

Line 208: ,p_noa_family_code IN ghr_families.noa_family_code%TYPE

204:
205: --Bug# 5132113 added new parameters p_open_out_locality_adj,p_open_localityadj_field
206: PROCEDURE main_pay_calc (p_person_id IN per_people_f.person_id%TYPE
207: ,p_position_id IN hr_all_positions_f.position_id%TYPE
208: ,p_noa_family_code IN ghr_families.noa_family_code%TYPE
209: ,p_noa_code IN ghr_nature_of_actions.code%TYPE
210: ,p_second_noa_code IN ghr_nature_of_actions.code%TYPE
211: ,p_first_action_la_code1 IN ghr_pa_requests.first_action_la_code1%TYPE
212: ,p_effective_date IN DATE