Seniority date fast formula gets executed twice
Hello,
Our seniority date fast formula gets executed twice and accumulating the adjusted days value. Even the comments also gets printed twice
with a pipe delimiter which is unexpected. The same formula works well in the other instance for the same employee data. Could you check
this and let us know what's causing this to get executed more than once?
DEFAULT FOR SENIORITY_ADJUST_COMMENT IS 'NO ADJUSTMENT'
DEFAULT FOR SENIORITY_ADJUST_IN_DAYS IS 0
DEFAULT FOR SENIORITY_ADJUST_IN_HOURS IS 0
default for CUMULATIVE_FLAG is 'N'
default for SENIORITY_BASIS is 'ORA_PER_SNDT_DAYS'
default for PREVIOUS_SENIORITY_EXIT_DATE is '1900/01/01 00:00:00' (DATE)
Tagged:
0