PY_IRS_INCCD_VW(SQL View) |
Index Back |
---|---|
IRS income code viewIRS Income Code View |
SELECT A.IRS_INCOME_CD_1042 , A.INCOME_CD_1042 , A.NRA_DESCR , A.NRA_DESCRSHORT FROM PS_INC_CD_1042_TBL A WHERE A.EFFDT = ( SELECT MAX(A1.EFFDT) FROM PS_INC_CD_1042_TBL A1 WHERE A1.INCOME_CD_1042 = A.INCOME_CD_1042 AND A1.EFFDT <= %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | IRS_INCOME_CD_1042 | Character(2) | VARCHAR2(2) NOT NULL | This field is to store the income code associated with the tax 1042 earnings. This income code is required on 1042S form. |
2 | INCOME_CD_1042 | Character(2) | VARCHAR2(2) NOT NULL |
Income Code (for 1042-S)
12=Royalties 15=Scholarship/Fellowship Grants 16=Independent Personal Services 17=Dependent Personal Services 18=Teaching 19=Studying and Training 50=Other Income |
3 | NRA_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | NRA_DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |