IST_CNTRY_VW_LG(SQL View) |
Index Back |
---|---|
VAT Entity Intrastat Cntr RLR |
SELECT A.VAT_ENTITY, B.IST_FLOW, A.COUNTRY, C.LANGUAGE_CD, C.DESCR FROM PS_VAT_ENT_RGSTRN A, PS_IST_COUNTRY_TBL B, PS_COUNTRYTBL_LANG C WHERE A.IST_RPTG_FLG = 'Y' AND A.COUNTRY = B.COUNTRY AND A.COUNTRY = C.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(1) | VARCHAR2(1) NOT NULL |
Intrastat Report Flow
A=Arrivals D=Dispatches |
|
3 | Character(3) | VARCHAR2(3) NOT NULL | IST Reporting Country | |
4 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |