TAX_DISTRIB(SQL Table) |
Index Back |
|---|---|
Employee Tax DistributionDefines the tax distribution for an employee's states/localities. |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
|
| 2 | Number(3,0) | SMALLINT NOT NULL |
Empl Record
Prompt Table: PER_ORG_ASGN_VW |
|
| 3 | Date(10) | DATE NOT NULL | Effective Date | |
| 4 | Character(6) | VARCHAR2(6) NOT NULL |
State
Prompt Table: STATE_TBL |
|
| 5 | Character(10) | VARCHAR2(10) NOT NULL |
Locality
Prompt Table: LOCAL_TAX_TBL |
|
| 6 | DIST_PCT | Number(7,3) | DECIMAL(6,3) NOT NULL | Percent of Distribution |