Incorrect cursor value for GET_PLAN_BALANCE
Summary
Incorrect cursor value for GET_PLAN_BALANCEContent
Hi Team
We have a rollover requirement that on 30th June( Plan term end year), the accrual balances from Vacation plan should get rolled over to Sick plan, only if the vacation accrual balances exceed 30 days.
We have written a roll over formula by including the logic GET_PLAN_BALANCE to fetch the Vacation plan balance as of 30th June.
Per my understanding, when i run the accrual process on 31st July, the rollover has to execute.
However, the rollover is coming incorrect as the GET_PLAN_BALANCE gets the balance details till 31st May.
0