Carry Over not showing correctly in Global Absence Discretionary Disbursement Rule fast formula
Summary: I have the following business requirement. The maximum number of days employees can disburse are the number of days they have carried over from their previous leave cycle. I am trying to display the Carry Over amount in the MAX variable. But it looks like the leave balance is showing instead of the carry over. The new leave cycle has started on 2026/04/01. Anyone has an idea what I am doing wrong?
Here is my fast formula.
INPUTS ARE IV_PERSON_ID
DEFAULT FOR IV_PERSON_ID IS 0
l_person_id = GET_CONTEXT(PERSON_ID, 0)
l_asg_id = GET_CONTEXT(HR_ASSIGNMENT_ID, 0)
Tagged:
0