Rates are not carry forwarded with open enrollment with new default FF
Summary:
We have developed default FF, which is defaulting the appropriate plans but rates are wiped out
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
DEFAULT FOR BEN_PTP_NAME IS 'NA'
DEFAULT FOR BEN_PLN_NAME IS 'NA'
DEFAULT FOR BEN_OPT_NAME IS 'NA'
l_eff_date=GET_CONTEXT(EFFECTIVE_DATE, to_date('1951/01/01 0:00:00'))
l_cur_plan = BEN_PLN_NAME
l_cur_opt = BEN_OPT_NAME
AUTO_DFLT_VAL = 'N'
l_prev_enrd_waive = 'N'
l_prev_enrd_ppc = 'N'
0