get absence balance adjustments passed through the FF
I am trying to fetch all the adjustment values within one pay period; however, I can only fetch those adjustments that were done from the front end, but the ones that were passed through the fast formula cannot be fetched. I can see those values in the backend table -ANC_PER_ACRL_ENTRY_DTLS
Below is the code I have for passing the adjustment from the FF of type - Global absence accrual matrix
if(hire_month>=1 and hire_month<=6 and l_los_years>=2) then
(adjustmentvalues[2] = 10
adjustmentdates[2] = TO_DATE((TO_CHAR(ld_effective_date,'YYYY')||'/01/01'),'YYYY/MM/DD')adjustmenttypes[2] = 'LG')
Tagged:
0