ORDENT_VTENT_VW(SQL View) |
Index Back |
|---|---|
Order Vat Entity ViewThis view identifies the VAT entity associated with the OM business unit. |
| select ombu.business_unit, ombu.business_unit_bi, ombu.tax_vendor, bibu.vat_entity from ps_bus_unit_tbl_om ombu, PS_BUS_UNIT_TBL_BI bibu where ombu.business_unit_bi = bibu.business_unit |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
| 2 | BUSINESS_UNIT_BI | Character(5) | VARCHAR2(5) NOT NULL | Billing Business Unit |
| 3 | TAX_VENDOR | Character(1) | VARCHAR2(1) NOT NULL |
Tax Provider
A=Taxware N=None V=Vertex |
| 4 | 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. |