CA_TAX_CD_VW(SQL View) | 
Index Back | 
|---|---|
Sales Tax View | 
| SELECT setid , tax_cd , descr , descrshort FROM PS_TAX_HEADER_TBL WHERE tax_cd_type = 'S' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | 
SetID
 Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SETID_TBL  | 
|
| 2 | Character(8) | VARCHAR2(8) NOT NULL | Sales Tax Code | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |