Periodic accrual is not calculating
Summary:
Periodic accrual is not being calculated for one of the absence plans. The accrual is calculated using TC's weekly/biweekly total working hours. It was working without any issue before 25B and is now also working when the absence entry is not available in TC during the period. If the absence entry is available in TC for the period accrual is not calculated. Following FF, we are using
FF
groupTypeId = 201
/* groupTypeId = 101 */
l_total_hours_worked = 0
l_hours_sum = 0
L_Assignemnt_id = GET_CONTEXT(HR_ASSIGNMENT_ID,1)
Period_start_date = IV_ACCRUALPERIODSTARTDATE
Period_End_date = IV_ACCRUALPERIODENDDATE
WHILE (Period_start_date <= Period_End_date) LOOP