ZX_ACCOUNTS

This table contains default tax accounts for jurisdictions and rates which capture the financial implications of the tax. Each record represents default tax accounts defined by the internal organization for a jurisdiction or a rate.

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

ZX_ACCOUNTS_PK

TAX_ACCOUNT_ID

Columns

Name Datatype Length Precision Not-null Comments
TAX_ACCOUNT_ENTITY_CODE VARCHAR2 30 Yes Entity for which the tax accounts are defined. Possible values include JURISDICTIONS and RATES.
TAX_ACCOUNT_CCID NUMBER Code combination identifier of the accounting flexfield to which the tax should be posted
INTERIM_TAX_CCID NUMBER Code combination identifier of accounting flexfield for deferred tax account
NON_REC_ACCOUNT_CCID NUMBER Code combination identifier of accounting flexfield for non-recoverable expenses
ADJ_CCID NUMBER Code combination identifier of accounting flexfield for expense or revenue account for adjustments
EDISC_CCID NUMBER Code combination identifier of accounting flexfield for expense account for earned discounts
UNEDISC_CCID NUMBER Code combination identifier of accounting flexfield for expense account for unearned discounts
FINCHRG_CCID NUMBER Code combination identifier of accounting flexfield for revenue account for finance charges
ADJ_NON_REC_TAX_CCID NUMBER Code combination identifier of accounting flexfield for non-recoverable tax account for adjustments
EDISC_NON_REC_TAX_CCID NUMBER Code combination identifier of accounting flexfield for non-recoverable tax account for earned discounts
UNEDISC_NON_REC_TAX_CCID NUMBER Code combination identifier of accounting flexfield for non-recoverable tax account for unearned discounts
FINCHRG_NON_REC_TAX_CCID NUMBER Code combination identifier of accounting flexfield for non-recoverable tax account for finance charges
RECORD_TYPE_CODE VARCHAR2 30 Lookup code to indicate whether the record is migrated, seeded or defined by the user
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.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CATEGORY VARCHAR2 150 Descriptive Flexfield: structure definition of the user descriptive flexfield.
PROGRAM_LOGIN_ID NUMBER Login user identifier of last concurrent program to update this record
TAX_ACCOUNT_ID NUMBER 18 Yes Unique identifier
TAX_ACCOUNT_ENTITY_ID NUMBER 18 Yes Identifier of the entity for which the tax accounts are defined
LEDGER_ID NUMBER 18 Yes Ledger defining column
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.
INTERNAL_ORGANIZATION_ID NUMBER 18 Internal organization identifier
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
TAX_ACCRUAL_ACCOUNT_CCID NUMBER 18 Accrual account identifier of the tax.
TAX_LIAB_ACCT_CCID NUMBER 18 Liability account identifier of the tax.
TAX_PREPAID_ACCOUNT_CCID NUMBER 18 Code combination identifier of accounting flexfield for tax prepaid account.

Foreign Keys

Table Foreign Table Foreign Key Column
ZX_ACCOUNTS gl_code_combinations EDISC_CCID
ZX_ACCOUNTS gl_code_combinations UNEDISC_CCID
ZX_ACCOUNTS gl_code_combinations FINCHRG_CCID
ZX_ACCOUNTS gl_code_combinations ADJ_NON_REC_TAX_CCID
ZX_ACCOUNTS gl_code_combinations EDISC_NON_REC_TAX_CCID
ZX_ACCOUNTS gl_code_combinations UNEDISC_NON_REC_TAX_CCID
ZX_ACCOUNTS gl_code_combinations FINCHRG_NON_REC_TAX_CCID
ZX_ACCOUNTS gl_code_combinations TAX_ACCOUNT_CCID
ZX_ACCOUNTS gl_code_combinations INTERIM_TAX_CCID
ZX_ACCOUNTS gl_code_combinations NON_REC_ACCOUNT_CCID
ZX_ACCOUNTS gl_code_combinations ADJ_CCID

Indexes

Index Uniqueness Tablespace Columns
ZX_ACCOUNTS_U1 Unique Default TAX_ACCOUNT_ID
ZX_ACCOUNTS_U2 Unique Default TAX_ACCOUNT_ENTITY_CODE, TAX_ACCOUNT_ENTITY_ID, LEDGER_ID, INTERNAL_ORGANIZATION_ID