Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
Element formula - lookup global value using effective date
On EBS 12.2.6, I have a need to change an element's formula to lookup a global value (percentage) based on the effective date. When I look at existing examples of formulas looking up a global value, they just assign the value like:
IF Percentage WAS DEFAULTED THEN
(
Percentage = PERS_FIRE_EE
)
I assume it must use either system date or pay-period-end date. Is there a way to change this lookup so that it passes an effective date and I can have multiple entries in the global values for that name with different effective date ranges?
Lydia