TAX_CR_STAT_VW(SQL View) |
Index Back |
---|---|
Tax Credit Status View |
select a.setid, a.tax_cr_status, a.lc_cntry, a.descr50 from PS_TAX_CR_STAT a |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
2 | Character(1) | VARCHAR2(1) NOT NULL | Tax Credit Status | |
3 | LC_CNTRY | Character(3) | VARCHAR2(3) NOT NULL | The local country. |
4 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |