Fast Formula for Goal Plan eligibility based on Profile Section
Summary:
Fast Formula for Goal Plan eligibility based on Profile Section
Content (required):
Hello All,
we have to setup a Fast Formula for a Goal Plan eligibility profile, based on certain values contained in several DFF in a Profile Section.
Fast formula is the following, from the log I see that it loops person Ids but it returns blank values for inc_plan, inc_plan_sd and inc_plan_ed
L_PERSON_ID = get_context(person_id, -1)
INC_PLAN = ' '
INC_PLAN_START_DATE=' '
INC_PLAN_END_DATE=' '
ELIGIBLE = 'N'
l_person_id_char=TO_CHAR(L_PERSON_ID)
0