Payroll for NA / Time and Labor - PSFT (MOSC)

MOSC Banner

ER Ratio field missing on State Family Leave Insurance on Company State Tax page after 25B

"Employer Ratio" field missing on State Family Leave Insurance broupbox on Company State Tax page for WA and MA states after applying Tax Uppdate 25B.

in 25B code was changed from IF-ELSE to Evaluate and code to make ER PCT field visible is missing.

When = "WA"
UnGray(CO_STATETAX_TBL.UBI_NUMBER);
UnGray(CO_STATETAX_TBL.EAF_RATE);
CO_STATETAX_TBL.PNA_MLI_PLAN.Visible = True;
CO_STATETAX_TBL.PNA_FLI_EE_RT.Visible = False;
CO_STATETAX_TBL.PNA_FLI_ER_RT.Visible = False;
CO_STATETAX_TBL.PNA_FLI_EE_PCT.Visible = True;
CO_STATETAX_TBL.PNA_FLI_EE_PCT.Visible = True;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center