Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
How to exclude time type based on expenditure type from splitting into Overtime components
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] )