SP_VATBU_CLSVW(SQL View) |
Index Back |
---|---|
VAT Entity BU GL |
SELECT S.OPRCLASS ,A.VAT_ENTITY , A.BUSINESS_UNIT FROM PS_VAT_ENT_BU_GL A , PS_SEC_BU_CLS S WHERE A.BUSINESS_UNIT = S.BUSINESS_UNIT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |
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 | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_BU_GL_NONVW |