EXM_VAT_FIELDS

This table contains tax data capture rules by territory for tax purposes.

Details

  • Schema: FUSION

  • Object owner: EXM

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EXM_VAT_FIELDS_PK

VAT_SETUP_ID

Columns

Name Datatype Length Precision Not-null Comments
VAT_SETUP_ID NUMBER 18 Yes Unique identifier of a tax rule for a specific territory.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
TERRITORY_CODE VARCHAR2 30 Yes This is the territory (country) code.
ENABLE_MERCHANT_NAME_CODE VARCHAR2 30 Display behavior of merchant name field for this territory in an expense report.
ENABLE_MERCHANT_RECEIPT_CODE VARCHAR2 30 Display behavior of receipt number field for this territory in an expense report.
ENABLE_MERCHANT_TAX_REG_CODE VARCHAR2 30 Display behavior of tax registration number field for this territory in an expense report.
ENABLE_MERCHANT_REFERENCE_CODE VARCHAR2 30 Display behavior of merchant reference field for this territory in an expense report.
ENABLE_MERCHANT_TAXPAYER_CODE VARCHAR2 30 Display behavior of taxpayer identification field for this territory in an expense report.
ENABLE_TAX_CLASSIFICATION_CODE VARCHAR2 30 Defines the behavior of the tax classification code field in expense entry. Valid values are Hidden - the field is not displayed in expense entry, Optional - the field is displayed in expense entry and is an optional field to be entered by the user, Required - the field is displayed in expense entry and is a required field to be entered by the user.
ENABLED_FLAG VARCHAR2 1 Indicator of whether tax fields are displayed on an expense report.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
EXM_VAT_FIELDS_PK Unique Default VAT_SETUP_ID
EXM_VAT_FIELDS_U1 Unique Default ORG_ID, TERRITORY_CODE