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.
Performance FF not calculating Evaluation date correctly
Hello community,
I have a FF that seems to be broken somehow, its generating Evaluation for employees before there hire date, not sure why any help would be appreciated.
DEFAULT FOR PER_ASG_FULL_PART_TIME IS ' '
DEFAULT FOR PER_ASG_EMPLOYEE_CATEGORY IS ' '
DEFAULT FOR PER_ASG_ATTRIBUTE2 is 'X'
DEFAULT FOR PER_ASG_MANAGER_FLAG is 'N'
DEFAULT for PER_ASG_REL_DATE_START is '1950/01/01 00:00:00'(date)
DEFAULT for PER_ASG_PERSON_NUMBER is 'x'
DEFAULT FOR PER_ASG_ATTRIBUTE_DATE1 IS '1950/01/01 00:00:00'(date)
l_effective_date= GET_CONTEXT(DATE_EARNED,'0001/01/01 00:00:00' (DATE))
Tagged:
0