DBA Data[Home] [Help]

APPS.GHR_MTI_APP dependencies on GHR_HISTORY_FETCH

Line 413: ghr_history_fetch.fetch_positionei

409: hr_utility.set_location('Duty Station Code ' || l_duty_station_code, 115);
410: hr_utility.set_location('Duty Station Desc ' || l_duty_station_desc, 115);
411:
412: begin
413: ghr_history_fetch.fetch_positionei
414: (p_position_id => l_position_id
415: ,p_information_type => 'GHR_US_POS_GRP1'
416: ,p_date_effective => p_effective_date
417: ,p_pos_ei_data => l_pos_grp1_rec);

Line 457: ghr_history_fetch.fetch_peopleei

453: p_business_group_id => p_business_group_id);
454:
455:
456: begin
457: ghr_history_fetch.fetch_peopleei
458: (p_person_id => l_person_id
459: ,p_information_type => 'GHR_US_PER_SCD_INFORMATON'
460: ,p_date_effective => p_effective_date
461: ,p_per_ei_data => l_per_ei2_data);