DBA Data[Home] [Help]

APPS.GHR_MTI_APP dependencies on GHR_HISTORY_FETCH

Line 453: ghr_history_fetch.fetch_positionei

449: hr_utility.set_location('Duty Station Code ' || l_duty_station_code, 115);
450: hr_utility.set_location('Duty Station Desc ' || l_duty_station_desc, 115);
451:
452: begin
453: ghr_history_fetch.fetch_positionei
454: (p_position_id => l_position_id
455: ,p_information_type => 'GHR_US_POS_GRP1'
456: ,p_date_effective => p_effective_date
457: ,p_pos_ei_data => l_pos_grp1_rec);

Line 498: ghr_history_fetch.fetch_peopleei

494: p_business_group_id => p_business_group_id);
495:
496:
497: begin
498: ghr_history_fetch.fetch_peopleei
499: (p_person_id => l_person_id
500: ,p_information_type => 'GHR_US_PER_SCD_INFORMATON'
501: ,p_date_effective => p_effective_date
502: ,p_per_ei_data => l_per_ei2_data);