DBA Data[Home] [Help]

APPS.GHR_FORMULA_FUNCTIONS dependencies on GHR_HISTORY_FETCH

Line 473: ghr_history_fetch.fetch_asgei(p_assignment_id => p_asg_id,

469: v_eligible := 'N';
470: Elsif v_retirement_plan in ('C','E','G','K','L','M','N','P','R','T','1','3','6','D','F','H','W') Then
471: v_eligible := 'Y';
472: Elsif v_retirement_plan in ('2','4','5') then
473: ghr_history_fetch.fetch_asgei(p_assignment_id => p_asg_id,
474: p_information_type => 'GHR_US_ASG_SF52',
475: p_date_effective => p_effective_date,
476: p_asg_ei_data => v_asg_ei_data);
477: v_annuitant_indicator := v_asg_ei_data.aei_information5;