Get Started with Redwood for Oracle Cloud HCM Begin Now
Employee Coverage Value calculation when age change event occurred
Summary:
When there is a Age changed Life Event occurred , the coverage amount is getting calculated with employee age variable rate factor with his previous election coverage amount . But tested for another employee who is in the same age band with the same variable rate has calculated coverage amount differently.
Content (required):
The Coverage amount value is derived from one of the PostElection formula with the below formula
l_Vol_emp_life_plan_name = 'Vol Employee Life'
l_Enrolled_option = 'Enrolled'
l_vol_emp_life_cvg = ben_fn_get_char_value('BEN_PRTT_ENRT_RSLT','BNFT_AMT',l_Vol_emp_life_plan_name,l_Enrolled_option)
0