BI_BU_GTA_VW(SQL View) |
Index Back |
---|---|
view used to query all GTA BUview used to query all GTA BU |
SELECT A.BUSINESS_UNIT , A.DESCR , A.DESCRSHORT , D.VAT_RGSTRN_ID , D.VAT_ENTITY , E.DESCR FROM PS_BUS_UNIT_TBL_FS A , PS_BUS_UNIT_TBL_BI B , PS_VAT_ENT_BU_GL C , PS_VAT_ENT_RGSTRN D , PS_VAT_ENTITY E WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND B.BUSINESS_UNIT_GL = C.BUSINESS_UNIT AND C.VAT_ENTITY=D.VAT_ENTITY AND D.VAT_ENTITY = E.VAT_ENTITY AND D.GT_RPT_ENTITY='Y' AND D.COUNTRY='CHN' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
3 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
4 | VAT_RGSTRN_ID | Character(20) | VARCHAR2(20) NOT NULL | VAT Registration ID |
5 | VAT_ENTITY | 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. |
6 | DESCR1 | Character(30) | VARCHAR2(30) NOT NULL | Descr |