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!
US PAY: PAY_US_FEDERAL_TAX_INFO_F shows SS_EE_RATE of .062 instead of .042
This query shows value of ss_ee_rate at .062 instead of .042.
select SS_EE_RATE from PAY_US_FEDERAL_TAX_INFO_F
where extract(year from EFFECTIVE_START_DATE) = 2012
and FUTA_WAGE_LIMIT is not null;
Should I fix as was documented earlier this year by dropping row and reapplying hrglobal patch?
Should I raise SR for this?