POZ_SUPP_TAX_DETAILS_REQUESTS

This staging table stores data pertaining to supplier tax details with reference to a change request.

Details

  • Schema: FUSION

  • Object owner: POZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POZ_SUPP_TAX_DETAILS_RQST_PK

TAX_DETAILS_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
TAX_DETAILS_REQUEST_ID NUMBER 18 Yes This field is the unique identifier for a supplier tax details change.
SUPP_REQUEST_ID NUMBER 18 Yes Request id corresponding to this row
VENDOR_ID NUMBER 18 Yes Identifier which uniquely identifies a supplier
CHANGE_REQ_ROW_TYPE VARCHAR2 30 Yes Type of the request. This could either be 'CHANGE' or 'SNAPSHOT'
STATE_REPORTABLE_FLAG VARCHAR2 1 Flag indicates if the supplier is reportable to a state taxing authority
NAME_CONTROL VARCHAR2 4 Indicates the first four characters of the last name of a 1099 reportable supplier
TAX_REPORTING_NAME VARCHAR2 80 This is required only if a tax reporting name for a supplier is different from the supplier name
TAX_VERIFICATION_DATE DATE The buying organization received tax verification from the supplier
TYPE_1099 VARCHAR2 10 Federal Income Tax Type
TAXPAYER_COUNTRY VARCHAR2 2 Country code used to validate the Taxpayer ID for this supplier
FEDERAL_REPORTABLE_FLAG VARCHAR2 1 Federal reportable flag
ALLOW_AWT_FLAG VARCHAR2 1 Indicator of whether Allow Withholding Tax is enabled
AWT_GROUP_ID NUMBER 18 Unique Identifier for the withholding tax group
TAX_REG_COUNTRY_CODE VARCHAR2 2 Tax registration country
TAX_REG_TYPE VARCHAR2 30 Tax registration type
INCOME_TAX_ID_FLAG VARCHAR2 1 Indicates if Income tax (aka Taxpayer ID) exists in POZ_SUPPREQUESTS_PII
TAX_REG_NUMBER_FLAG VARCHAR2 1 Indicates if Tax Registration Number exists in POZ_SUPPREQUESTS_PII
INCOME_TAX_ID_CHANGED_FLAG VARCHAR2 1 Indicates if Income tax ID(aka Taxpayer ID) is changed
TAX_REG_NUMBER_CHANGED_FLAG VARCHAR2 1 Indicates if Tax Registration Number is changed
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.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
POZ_SUPP_TAX_DETAILS_REQUESTS poz_supp_requests SUPP_REQUEST_ID

Indexes

Index Uniqueness Tablespace Columns
POZ_SUPP_TAX_DETAILS_RQST_N1 Non Unique Default SUPP_REQUEST_ID
POZ_SUPP_TAX_DETAILS_RQST_PK Unique Default TAX_DETAILS_REQUEST_ID