W2BOX_PRIOR_VW(SQL View) |
Index Back |
---|---|
Taxform Box Prior YearsThe box defined on the taxform for years prior to 2001. Each box has a set of earnings, deductions, and taxes defined that will be used to compute the value. |
SELECT TAXFORM_ID , EFFDT , BOX , DESCR FROM PS_TAXFORM_BOX WHERE EFFDT <%DateIn('2001-01-01') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | TAXFORM_ID | Character(1) | VARCHAR2(1) NOT NULL |
Tax Form Identification
A=T4A Slip B=Business Payrolls Survey - CAN C=WCB Assessable Earnings E=Record of Employment F=940 - Annual Employer's FUTA I=W-2VI J=W-2cVI M=W-2GU N=W-2cGU P=W-2PR Q=W-2cPR R=RL-1 Slip S=W-2AS T=T4 Slip U=W-2cAS V=RL-2 Slip W=W-2 X=W-2c Y=1099-R Z=1042-S |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | BOX | Character(4) | VARCHAR2(4) NOT NULL | Box |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |