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.
Anniversary Event Formula required to return hire date for 1st year and specific calendar date after
We've prepared an Anniversary Event Formula, our requirement is to return the hire date for the first year so that giving the employee's first accrual at the date of hire, and then continue to give the accuals for following years at 1st of January. The formula we have created does not accomplish that. So we wonder if the system is totally unable to give the such a dynamic anniversary date.
Formula;
DEFAULT FOR PER_PERSON_ENTERPRISE_HIRE_DATE IS '4712/12/31 00:00:00' (DATE)
effdate = get_context(effective_date, '0001/01/01 00:00:00'(date))
L_HIRE_YEAR = TO_NUMBER(TO_CHAR(PER_PERSON_ENTERPRISE_HIRE_DATE ,'YYYY'))
Tagged:
0