Table used to store selected payroll items exclusions. |
pay_item_exclusion_detail_KEY | int (4) | NOT NULL | Primary key. |
client_payroll_item_KEY | int (4) | NOT NULL | Foreign key to the client payroll item. |
excluded__client_payroll_item_KEY | int (4) | NOT NULL | Key corresponding to the excluded payroll item. |
exclude_regular | bit (1) | NOT NULL | Indicates that the client payroll item should exclude regular wages from this pay item. |
exclude_OT | bit (1) | NOT NULL | Indicates that the client payroll item should exclude overtime wages from this pay item. |
exclude_DT | bit (1) | NOT NULL | Indicates that the client payroll item should exclude doubletime wages from this pay item. |
exclude_accruable_benefits | bit (1) | NOT NULL | Indicates that the client payroll item should exclude accruable benefit wages from this pay item. |