VAT_AUTH_VWLNG(SQL View) |
Index Back |
---|---|
Related Language ViewVAT_AUTH_VWLNG is the language record view related to VAT_AUTH_VW |
SELECT b.setid , b.tax_authority_cd , c.language_cd , c.descr , c.descrshort FROM PS_TAX_AUTH_HDR a , ps_tax_authority b , PS_TAX_AUTH_HDRlng c WHERE a.setid = b.setid AND a.tax_authority_cd = b.tax_authority_cd AND a.tax_cd_type = 'V' AND a.setid = c.setid AND a.tax_authority_cd = c.tax_authority_cd |
# | 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 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |