| STATE_TAXRT_TBL(SQL Table) | Index Back | 
|---|---|
| State/Federal Tax Rate TableThis record is used to store tax rates for state and federal withholding taxes by tax status. Data in this record is maintained by PeopleSoft. | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(6) | VARCHAR2(6) NOT NULL | State | |
| 2 | Date(10) | DATE NOT NULL | Effective Date Default Value: %date | |
| 3 | Character(1) | VARCHAR2(1) NOT NULL | Tax Status | |
| 4 | Number(10,2) | DECIMAL(9,2) NOT NULL | Low Gross | |
| 5 | LOW_TAX | Signed Number(10,2) | DECIMAL(8,2) NOT NULL | Low Tax | 
| 6 | TAX_RT | Signed Number(8,6) | DECIMAL(6,6) NOT NULL | Tax Rate (after form) | 
| 7 | CREDIT_AMOUNT | Signed Number(9,2) | DECIMAL(7,2) NOT NULL | Credit Amount |