Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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