DBA Data[Home] [Help]

APPS.GHR_EXTRA_INFO dependencies on GHR_HISTORY_FETCH

Line 104: hr_utility.set_location('Calling ghr_history_fetch.fetch_.....ei' || l_proc, 20);

100: r_extra_info_tab(g_records_fetched).extra_info_id := r_short_extra_info.extra_info_id;
101: r_extra_info_tab(g_records_fetched).information_type := r_short_extra_info.information_type;
102: r_extra_info_tab(g_records_fetched).id := r_short_extra_info.id;
103:
104: hr_utility.set_location('Calling ghr_history_fetch.fetch_.....ei' || l_proc, 20);
105:
106: IF p_form_name IN ('PERWSPOI','GHRWSPOC') THEN
107:
108: ghr_history_fetch.fetch_positionei(

Line 108: ghr_history_fetch.fetch_positionei(

104: hr_utility.set_location('Calling ghr_history_fetch.fetch_.....ei' || l_proc, 20);
105:
106: IF p_form_name IN ('PERWSPOI','GHRWSPOC') THEN
107:
108: ghr_history_fetch.fetch_positionei(
109: p_position_extra_info_id => r_extra_info_tab(g_records_fetched).extra_info_id
110: ,p_date_effective => p_date_effective
111: ,p_position_id => r_extra_info_tab(g_records_fetched).id
112: ,p_information_type => r_extra_info_tab(g_records_fetched).information_type

Line 179: ghr_history_fetch.fetch_peopleei(

175: ,p_result_code => l_result_code
176: );
177: ELSIF p_form_name = 'PERWSPEI' THEN
178:
179: ghr_history_fetch.fetch_peopleei(
180: p_person_extra_info_id => r_extra_info_tab(g_records_fetched).extra_info_id
181: ,p_date_effective => p_date_effective
182: ,p_person_id => r_extra_info_tab(g_records_fetched).id
183: ,p_information_type => r_extra_info_tab(g_records_fetched).information_type

Line 251: ghr_history_fetch.fetch_asgei(

247: );
248:
249: ELSIF p_form_name = 'PERWSAEI' THEN
250:
251: ghr_history_fetch.fetch_asgei(
252: p_assignment_extra_info_id => r_extra_info_tab(g_records_fetched).extra_info_id
253: ,p_date_effective => p_date_effective
254: ,p_assignment_id => r_extra_info_tab(g_records_fetched).id
255: ,p_information_type => r_extra_info_tab(g_records_fetched).information_type