You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Absence Fast Formula for Accrual

edited Feb 11, 2025 12:33PM in Workforce Management 3 comments

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!