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.
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