ZX_ID_TCC_MAPPING_ALL

This table stores the list of tax classification codes applicable for an internal organization. This table also stores the mapping of migrated tax classification codes to the tax code identifiers of Payables and Receivables in prior releases.

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

ZX_ID_TCC_MAPPING_ALL_PK

TCC_MAPPING_ID

Columns

Name Datatype Length Precision Not-null Comments
TCC_MAPPING_ID NUMBER Yes Unique identifier
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.
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
TAX_CLASS VARCHAR2 30 Column to indicate whether this tax code is applicable for Procure To Pay business flows or Order To Cash business flows. Possible values are INPUT and OUTPUT. NULL indicates it is applicable to both.
TAX_RATE_CODE_ID NUMBER Yes Identifier of the tax code in AR_VAT_TAX_ALL or AP_TAX_CODES_ALL of prior releases for migrated records; tax rate identifier for all other records
TAX_CLASSIFICATION_CODE VARCHAR2 50 Yes Tax classification code. For migrated records, this column stores the tax code in AR_VAT_TAX_ALL or AP_TAX_CODES_ALL of prior releases.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_LOGIN_ID NUMBER Standard Who column
EFFECTIVE_FROM DATE Effective from date
EFFECTIVE_TO DATE Effective to date
TAX_TYPE VARCHAR2 30 Tax type code from AR_VAT_TAX_ALL or AP_TAX_CODES_ALL of prior releases for migrated records; NULL for all other records
SOURCE VARCHAR2 30 Column to indicate the source from which the tax code is migrated for this internal organization. Possible values are AP and AR. Null indicates that the record is not migrated.
LEDGER_ID NUMBER 18 Ledger defining column
ACTIVE_FLAG VARCHAR2 1 Y or N indicates if this tax code is active for the internal organization
PROGRAM_NAME VARCHAR2 30 Program name of last concurrent program to update this record
PROGRAM_APP_NAME VARCHAR2 50 Application name of last concurrent program to update this record

Foreign Keys

Table Foreign Table Foreign Key Column
ZX_ID_TCC_MAPPING_ALL ap_tax_codes_all TAX_RATE_CODE_ID

Indexes

Index Uniqueness Tablespace Columns
ZX_ID_TCC_MAPPING_ALL_N1 Non Unique Default SOURCE, ORG_ID, TAX_TYPE, TAX_CLASSIFICATION_CODE, EFFECTIVE_FROM, ACTIVE_FLAG
ZX_ID_TCC_MAPPING_ALL_N2 Non Unique Default ORG_ID, EFFECTIVE_FROM, TAX_CLASSIFICATION_CODE, TAX_CLASS, TAX_TYPE
ZX_ID_TCC_MAPPING_ALL_U1 Unique Default TCC_MAPPING_ID
ZX_ID_TCC_MAPPING_ALL_U2 Unique Default SOURCE, TAX_RATE_CODE_ID