HCM - JDE1 (MOSC)

MOSC Banner

R073162: any reason why it doesn't report H1 or HM taxes?

edited Jul 15, 2010 5:47AM in HCM - JDE1 (MOSC) 1 commentAnswered ✓
 Is there a SAR for this?

// Select records equal to payroll id
// and F06136 records = Payment Year
Set Selection Append Flag(<Yes>)
Set User Selection(BC Payroll ID (F07353), <Equal To>, RI szPayrollIDOW, <And>)
Set User Selection(BC Tax Type (F07353),  <Equal To>, "F",  <And>)
Set User Selection(BC Payroll ID (F07353), <Equal To>, RI szPayrollIDOW,  <Or>)
Set User Selection(BC Tax Type (F07353), <Equal To>, "G",  <And>)
Set User Selection(BC Payroll ID (F07353), <Equal To>, RI szPayrollIDOW,  <Or>)
Set User Selection(BC Tax Type (F07353), <Equal To>, "H",  <And>)
Set User Selection(BC Payroll ID (F07353), <Equal To>, RI szPayrollIDOW,  <Or>)

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