ZX_CONDITION_DETAILS_

This table stores Tax Condition Details

Details

  • Schema: FUSION

  • Object owner: ZX

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZX_CONDITION_DETAILS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, CONDITION_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
CONDITION_DETAIL_ID NUMBER 18 Yes Unique identifier
CONDITION_ID NUMBER 18 Unique identifier
CONDITION_GROUP_CODE VARCHAR2 50 Condition group code
DETERMINING_FACTOR_CLASS_CODE VARCHAR2 30 Determining factor class code
DETERMINING_FACTOR_CQ_CODE VARCHAR2 30 Determining factor class qualifier code. This is a sub classification of the determining factor class.
DETERMINING_FACTOR_CODE VARCHAR2 30 Determining factor code
OPERATOR_CODE VARCHAR2 30 Operator used for defining the condition. Possible values are IN and NOT IN
TAX_REGIME_CODE VARCHAR2 30 Tax regime code
TAX_PARAMETER_CODE VARCHAR2 30 Tax parameter code for the determining factor
DATA_TYPE_CODE VARCHAR2 30 Data type of the determining factor. Possible values are DATE, NUMERIC and ALPHANUMERIC.
NUMERIC_VALUE NUMBER Column for recording the numeric value to be compared with the determining factor
DATE_VALUE DATE Column for recording the date value to be compared with the determining factor
ALPHANUMERIC_VALUE VARCHAR2 1000 Column for recording the alphanumeric value to be compared with the determining factor
RECORD_TYPE_CODE VARCHAR2 30 Lookup code to indicate whether the record is migrated, seeded or defined by the user
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_LOGIN_ID NUMBER Login user identifier of this record by a concurrent program
CREATED_BY VARCHAR2 64 Who column: indicates the user who created 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.
OBJECT_VERSION_NUMBER NUMBER 9 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.
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
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
ZX_CONDITION_DETAILS_N1_ Non Unique Default CONDITION_DETAIL_ID
ZX_CONDITION_DETAILS_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, CONDITION_DETAIL_ID