DBA Data[Home] [Help]

APPS.GHR_PER_SUM dependencies on GHR_HISTORY_FETCH

Line 41: ghr_history_fetch.fetch_peopleei(

37: ,p_information30 IN OUT NOCOPY VARCHAR2) IS
38:
39: l_per_ei_data per_people_extra_info%rowtype;
40: BEGIN
41: ghr_history_fetch.fetch_peopleei(
42: p_person_id => p_person_id
43: ,p_information_type => p_information_type
44: ,p_date_effective => p_date_effective
45: ,p_per_ei_data => l_per_ei_data);

Line 117: ghr_history_fetch.fetch_asgei(

113: ,p_information30 IN OUT NOCOPY VARCHAR2) IS
114:
115: l_asg_ei_data per_assignment_extra_info%rowtype;
116: BEGIN
117: ghr_history_fetch.fetch_asgei(
118: p_assignment_id => p_assignment_id
119: ,p_information_type => p_information_type
120: ,p_date_effective => p_date_effective
121: ,p_asg_ei_data => l_asg_ei_data);

Line 193: ghr_history_fetch.fetch_positionei(

189: ,p_information30 IN OUT NOCOPY VARCHAR2) IS
190:
191: l_pos_ei_data per_position_extra_info%rowtype;
192: BEGIN
193: ghr_history_fetch.fetch_positionei(
194: p_position_id => p_position_id
195: ,p_information_type => p_information_type
196: ,p_date_effective => p_date_effective
197: ,p_pos_ei_data => l_pos_ei_data);