TAX_SU_AUT_VWLN(SQL View) |
Index Back |
---|---|
Sales/Use Authority Dtl w/Dscr |
SELECT b.setid , b.tax_authority_cd , b.effdt , c.language_cd , c.descr , c.descrshort FROM ps_tax_auth_hdr a , ps_tax_authority b , PS_TAXAUTHHDR_LANG c WHERE a.setid = b.setid AND b.setid = c.setid AND a.tax_authority_cd = b.tax_authority_cd AND b.tax_authority_cd = c.tax_authority_cd AND a.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: SP_SETID_NONVW |
|
2 | Character(3) | VARCHAR2(3) NOT NULL |
Tax Authority
Prompt Table: TAX_SU_AUTH_VW1 |
|
3 | Date(10) | DATE |
Effective Date
Default Value: %date |
|
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |