IST_CTRY_VW_LNG(SQL View) |
Index Back |
---|---|
VAT Entity Intrastat Cntr RLR |
SELECT V.VAT_ENTITY ,V.COUNTRY ,C.LANGUAGE_CD ,C.DESCR FROM PS_VAT_ENT_RGSTRN V ,PS_COUNTRYTBL_LANG C WHERE V.IST_RPTG_FLG = 'Y' AND C.COUNTRY = V.COUNTRY |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(20) | VARCHAR2(20) NOT NULL | Specifies an organizational entity that is responsible for VAT reporting and that is registered in one or more countries that require VAT reporting. A single VAT entity is linked to one or more General Ledger Business Units depending on the reporting requirements. | |
2 | Character(3) | VARCHAR2(3) NOT NULL | Country | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |