DBA Data[Home] [Help]

APPS.GHR_ELT_TO_BEN_PKG dependencies on GHR_HISTORY_FETCH

Line 2270: GHR_HISTORY_FETCH.fetch_element_entry_value(

2266: l_calculated_date := l_effective_start_date;
2267: ELSE
2268: l_calculated_date:= l_agency_effective_date;
2269: END IF;
2270: GHR_HISTORY_FETCH.fetch_element_entry_value(
2271: p_element_name => 'Retirement Plan',
2272: p_input_value_name => 'Plan',
2273: p_assignment_id => l_assignment_id,
2274: p_date_effective => l_calculated_date,

Line 2404: ghr_history_fetch.fetch_peopleei(p_person_id => l_person_id,

2400: update fnd_sessions set effective_date = l_calculated_date
2401: where session_id = l_session_id;
2402: end if;
2403: close get_sess_date;
2404: ghr_history_fetch.fetch_peopleei(p_person_id => l_person_id,
2405: p_information_type => 'GHR_US_PER_BENEFIT_INFO',
2406: p_date_effective => l_calculated_date,
2407: p_per_ei_data => l_peopleei_data);
2408: