VAT_DF_VW(SQL View) |
Index Back |
---|---|
VAT Tax Setid Prompt View |
SELECT SETID, TAX_CD, DESCR FROM PS_TAX_HEADER_TBL WHERE TAX_CD_TYPE = 'V' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | VAT_SETID | Character(5) | VARCHAR2(5) NOT NULL | VAT SetID |
2 | TAX_CD_VAT | Character(8) | VARCHAR2(8) NOT NULL | Defines the VAT (Value Added Tax) percentage (via link to the Tax Authority) and is used to retrieve VAT accounting ChartFields. The VAT code determines how the VAT amount is calculated on a transaction and how that amount is accounted and reported for. |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |