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.
How to see if the employee is already enrolled to a life event in Benefit fast formula
Summarry
I have to do some calculation for an employee only when they are not enrolled to the benefit life event. Is there a benefit fast formula function I can use for this ?
Example :
l_mon = 12 - FLOOR(months_between(l_last_date,l_first_date))
l_defined_rate = to_num(GET_TABLE_VALUE('BEN_HSSA_VAL_V2', 'COVERAGE', l_BenEnt, '0'))
l_cvg = (l_defined_rate/12) * l_mon
This calculation should take place only if the employee is not enrolled to the plan. For this I am using the function :
l_if_pl_enrolled = ben_fn_get_char_value('BEN_PRTT_ENRT_RSLT'
0