DBA Data[Home] [Help]

APPS.GHR_MASS_CON_PROGRAM dependencies on GHR_HISTORY_FETCH

Line 98: ghr_history_fetch.fetch_peopleei(p_person_id => p_person_id

94: l_information_type := 'GHR_US_PAR_LWOP_INFO';
95: l_employment_type := 'F';
96: ELSIF p_noa_action ='292' THEN
97: l_information_type := 'GHR_US_PAR_RETURN_TO_DUTY';
98: ghr_history_fetch.fetch_peopleei(p_person_id => p_person_id
99: ,p_information_type => 'GHR_US_PER_GROUP1'
100: ,p_date_effective => g_furlo_effective_date - 1
101: ,p_per_ei_data => l_pei_extra_info);
102: l_employment_type := l_pei_extra_info.pei_information4;

Line 2014: ghr_history_fetch.fetch_asgei

2010: l_employee_number := ghr_pa_requests_pkg2.get_employee_number
2011: (p_person_id => per.person_id,
2012: p_effective_date => l_effective_date);
2013:
2014: ghr_history_fetch.fetch_asgei
2015: (p_assignment_id => per.ASSIGNMENT_ID,
2016: p_information_type => 'GHR_US_ASG_NON_SF52',
2017: p_date_effective => l_effective_date,
2018: p_asg_ei_data => l_asg_extra_info_rec