Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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