VAT_AUTH_VW(SQL View) |
Index Back |
---|
SELECT b.setid , b.tax_authority_cd , a.descr , a.descrshort FROM PS_TAX_AUTH_HDR a , ps_tax_authority b WHERE a.setid = b.setid AND a.tax_authority_cd = b.tax_authority_cd AND a.tax_cd_type = 'V' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | TAX_AUTHORITY_CD | Character(3) | VARCHAR2(3) NOT NULL | Tax Authority |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |