VAT_ENT_AR_VW(SQL View) |
Index Back |
---|---|
VAT Entities for AR Bus Units |
SELECT A.BUSINESS_UNIT , C.VAT_ENTITY , A.BUSINESS_UNIT_GL FROM PS_BUS_UNIT_TBL_AR A , PS_BUS_UNIT_OPT_AR B , PS_VAT_ENT_BU_GL C WHERE b.setid = ( SELECT SETID FROM PS_SET_CNTRL_REC WHERE SETCNTRLVALUE = a.business_unit AND RECNAME = 'BUS_UNIT_OPT_AR') AND A.BUSINESS_UNIT_GL = C.BUSINESS_UNIT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | 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. |
3 | BUSINESS_UNIT_GL | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit |