Adjustment entries programatically using adjustmentvalues, adjustmenttypes,adjustmentdates parameter
Content
At my client, we have two absence plans 'PLAN A' and 'PLAN B', when we r calculating the accrual of Plan A, we need to create adjustment entries on specific business scenarios.
Can we change the context 'ACCRUAL_PLAN_ID' to Plan B and call the adjustment code. Is this the expected functionality?
I m using the 'GLOBAL ABSENCE ACCRUAL MATRIX FORMULA' type for this process.
Please share any leads with respect to the above functionality.
Code Snippet
/*Absence HCM DBI */ DEFAULT FOR ANC_ABS_PLN_CALENDAR_START_MONTH is '06' DEFAULT FOR ANC_ABS_PLN_NAME is 'Unknown' DEFAULT FOR PER_TERM_REL_DATE_START IS '0001/01/01 00:00:00' (DATE) DEFAULT FOR PER_TRM_REL_ACTUAL_TERMINATION_DATE IS '4712/12/31 00:00:00' (DATE) /*France Absence HCM DBIs They retrieve - Accrual End balance, - Total absence duration that are effective working days - Current accrual balance - CP1 Already consumed */ DEFAULT FOR ORA_HRX_FR_ABS_ACR_END_BAL IS 0 DEFAULT FOR ORA_HRX_FR_ABS_TOT_ABS_DURATION
Tagged:
0