Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Absence Fast Formula for Accrual
Summary:
The below formula is returning 0 accrual upon termination for old and new value. What fix can be done here in order to avoid that?
Code Snippet (add any code snippets that support your topic, if applicable):
/*************************************************************************************************
FORMULA NAME: SC_CA_AM_VACATION
FORMULA TYPE: Global Absence Accrual
DESCRIPTION: This formula returns the accrual
**************************************************************************************************/
DEFAULT FOR PER_ASG_JOB_NAME IS 'Associate'
DEFAULT FOR PER_PERSON_ENTERPRISE_HIRE_DATE IS '4712/12/31 00:00:00' (date)
DEFAULT FOR IV_ACCRUALPERIODSTARTDATE IS '4712/12/31 00:00:00' (date)
DEFAULT FOR IV_ACCRUALPERIODENDDATE IS '4712/12/31 00:00:00' (date)
DEFAULT FOR PER_ASG_REL_LENGTH_OF_SERVICE_NEW IS 1
DEFAULT FOR PER_ASG_FTE_VALUE IS 1
0