Get Started with Redwood for Oracle Cloud HCM Begin Now
HSA rate calculation is giving wrong value
Summary:
In the Benefits Center HSA selection is allowing their annual rate as their pay period
Content (please ensure you mask any confidential information):
Rate Periodization FormulaSTALLION_HSA_RATE_PERIODIZATION
inputs are BEN_IV_CONVERT_FROM(text), BEN_IV_CONVERT_FROM_VAL(number)
DEFAULT FOR l_eff_date IS '2013/06/01 00:00:00'(date)
DEFAULT FOR BEN_IV_CONVERT_FROM IS 'X'
DEFAULT FOR BEN_IV_CONVERT_FROM_VAL IS 0
if BEN_IV_CONVERT_FROM = 'DEFINED' then
( CMCD_VAL = BEN_IV_CONVERT_FROM_VAL
DFND_VAL = CMCD_VAL
ANN_VAL = BEN_IV_CONVERT_FROM_VAL*24
)
RETURN DFND_VAL,ANN_VAL,CMCD_VAL
Tagged:
0