You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!