DBA Data[Home] [Help]

APPS.GHR_COMPLAINTS2_PKG dependencies on GHR_HISTORY_FETCH

Line 192: ghr_history_fetch.fetch_peopleei(

188: l_information29 per_people_extra_info.pei_information29%type:= p_information29;
189: l_information30 per_people_extra_info.pei_information30%type:= p_information30;
190:
191: BEGIN
192: ghr_history_fetch.fetch_peopleei(
193: p_person_id => p_person_id
194: ,p_information_type => p_information_type
195: ,p_date_effective => p_date_effective
196: ,p_per_ei_data => l_per_ei_data);

Line 334: ghr_history_fetch.fetch_asgei(

330: l_information29 per_assignment_extra_info.aei_information29%type := p_information29 ;
331: l_information30 per_assignment_extra_info.aei_information30%type := p_information30 ;
332:
333: BEGIN
334: ghr_history_fetch.fetch_asgei(
335: p_assignment_id => p_assignment_id
336: ,p_information_type => p_information_type
337: ,p_date_effective => p_date_effective
338: ,p_asg_ei_data => l_asg_ei_data);

Line 475: ghr_history_fetch.fetch_positionei(

471: l_information29 per_position_extra_info.poei_information29%type := p_information29 ;
472: l_information30 per_position_extra_info.poei_information30%type := p_information30 ;
473:
474: BEGIN
475: ghr_history_fetch.fetch_positionei(
476: p_position_id => p_position_id
477: ,p_information_type => p_information_type
478: ,p_date_effective => p_date_effective
479: ,p_pos_ei_data => l_pos_ei_data);