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!
After RUP9, seeded formula US_TAX_VERTEX_VACATION failed to compile
Last week I loaded a bunch of 12.1.3 patches including RUP9 through End of Year Phase 1 and a bunch of RUP9 known issue patches. After patching, I ran the Bulk Compile Formulas and the seeded formula US_TAX_VERTEX_VACATION failed to compile with this message:
APP-FF-34004: Oracle Payroll:US_TAX_VERTEX_VACATION:0001/01/01 FAILED
APP-FF-33005: The local variable VACATION_EARNINGS_ASG_RUN was used before being initialized
Cause: The variable named in the error message is being used before any value has been assigned to it, so it has no meaningful value.
Action: Please ensure variables have been assigned to before using them.