Dependent Eligibility Fast Formula not working
Content
Hi Experts,
I have written a Fast Formula, for the requirement mentioned below:
Son/ Daughter shall be eligible if the DOB of dependent is more than 1 year from the effective start date and DOB of dependent is less than 60 days from the effective start date. The Fast Formula is getting compiled but is not working as it supposed to work.
Please find the fast formula below:
DEFAULT_DATA_VALUE for PER_PER_CONTACT_DATE_OF_BIRTH is '1951/01/01' (DATE)
DEFAULT_DATA_VALUE for PER_EXT_CONT_CONTACT_TYPE is 'DEFAULT'
l_output = 'N'
l_eff_dt = GET_CONTEXT(EFFECTIVE_DATE, '1951/01/01' (date))