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 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.

How to exclude time type based on expenditure type from splitting into Overtime components

edited Jan 20, 2025 4:19PM in Workforce Management

Summary:

Require avoiding a time type from splitting into Overtime components

Content (please ensure you mask any confidential information):

Avoid splitting based on Expenditure time type but unable to do so. Please, provide your resolution.

aiRecPosition = HWM_CTXARY_RECORD_POSITIONS[nidx]
if ( HWM_CTXARY_RECORD_POSITIONS[nidx] != RecPositoinEoPeriod ) Then
( aiRecPosition_next = HWM_CTXARY_RECORD_POSITIONS[nidx + 1])

if (ABSENCETYPE.exists(nidx) ) then ( tcAbsenceType = ABSENCETYPE[nidx] )
if (MEASURE.exists(nidx) ) then ( tcMeasure = MEASURE[nidx] )if (HWM_CTXARY_HWM_MEASURE_DAY.exists(nidx) ) then ( tcMeasureDay = HWM_CTXARY_HWM_MEASURE_DAY[nidx] )
if (PayrollTimeType.exists(nidx) ) then ( tcpaytimetype = PayrollTimeType[nidx] )
if (PJC_EXPENDITURE_TYPE_NAME.exists(nidx) ) then ( tcExpendtype = PJC_EXPENDITURE_TYPE_NAME[nidx] )

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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