DBA Data[Home] [Help]

APPS.GHR_PA_REQUESTS_PKG2 dependencies on GHR_NON_SF52_EXTRA_INFO

Line 116: -- ghr_non_sf52_extra_info!!! (Well I couldn't explain it!)

112: END check_proc_future_pars;
113: --
114: -- This procedure is called from GHRWSREI form and was only written because when we did just
115: -- these 2 calls in the form it call an Error 306... bad 'BIND_I' in the pacakage body
116: -- ghr_non_sf52_extra_info!!! (Well I couldn't explain it!)
117: --
118: PROCEDURE refresh_par_extra_info (p_pa_request_id IN NUMBER
119: ,p_first_noa_id IN NUMBER
120: ,p_second_noa_id IN NUMBER

Line 126: ghr_non_sf52_extra_info.populate_noa_spec_extra_info(

122: ,p_assignment_id IN NUMBER
123: ,p_position_id IN NUMBER
124: ,p_effective_date IN DATE) IS
125: BEGIN
126: ghr_non_sf52_extra_info.populate_noa_spec_extra_info(
127: p_pa_request_id => p_pa_request_id
128: ,p_first_noa_id => p_first_noa_id
129: ,p_second_noa_id => p_second_noa_id
130: ,p_person_id => p_person_id

Line 136: ghr_non_sf52_extra_info.fetch_generic_extra_info(

132: ,p_position_id => p_position_id
133: ,p_effective_date => p_effective_date
134: ,p_refresh_flag => 'Y' );
135:
136: ghr_non_sf52_extra_info.fetch_generic_extra_info(
137: p_pa_request_id => p_pa_request_id
138: ,p_person_id => p_person_id
139: ,p_assignment_id => p_assignment_id
140: ,p_effective_date => p_effective_date