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.
FF for Eligibility based on SENIORITY DATE
Hello experts,
We are trying to develop a Fast Formula on eligibility. The eligibility determines the worker eligible for compensation plan. The logic is that if the employee's seniority date is later than 31/08 of the previous year, then the employee would not be eligible. Anyway we got this error when compiling it:
" line 2, conflicting type usage"
Can you help us fixing it?
DEFAULT FOR CMP_IV_ASSIGNMENT_ID IS 0
DEFAULT FOR PER_SENDT_F_V3_SENIORITY_DATE IS '1901/01/01 00:00:00' (date)
DEFAULT FOR CMP_ASSIGNMENT_SALARY_DATE_TO IS '4712/12/31' (date)
DEFAULT FOR CMP_IV_PLAN_START_DATE IS '1951/01/01' (date)
0