ORD_TXN_TYPE_VW(SQL View) | 
Index Back | 
|---|
| SELECT DISTINCT A.FIELDVALUE , A.XLATLONGNAME , A.XLATSHORTNAME FROM PSXLATITEM A WHERE A.FIELDNAME = 'EXS_TAX_TXN_TYPE' AND A.FIELDVALUE <> 'LIMP' AND A.FIELDVALUE <> 'DIMP' AND A.EFF_STATUS = 'A' | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(4) | VARCHAR2(4) NOT NULL | 
Tax Transaction Type. This field will be used in the Tax determination and calculation of taxes.
 DEB=Direct Export With Bond DEWB=Direct Export Without Bond DIMP=Direct Import DOM=Domestic LEB=Local Export With Bond LEWB=Local Export Without Bond LIMP=Local Import  | 
|
| 2 | XLATLONGNAME | Character(30) | VARCHAR2(30) NOT NULL | Translate Long Name | 
| 3 | XLATSHORTNAME | Character(10) | VARCHAR2(10) NOT NULL | Translate Value Short Name |