DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on GHR_FAMILIES

Line 43: ,noa_family_code ghr_families.noa_family_code%TYPE

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

Line 205: ,p_noa_family_code IN ghr_families.noa_family_code%TYPE

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