ZX_CONDITIONS_
This table stores Tax Conditions
Details
-
Schema: FUSION
-
Object owner: ZX
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
ZX_CONDITIONS_PK_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, CONDITION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
DETERMINING_FACTOR_CODE | VARCHAR2 | 30 | Determining factor code | ||
FLEX_FILTER_VALUE | XMLTYPE | Flex Filter Value | |||
CONDITION_GROUP_CODE | VARCHAR2 | 50 | Condition group 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. | ||
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. | ||
OPERATOR_CODE | VARCHAR2 | 30 | Operator used for defining the condition. Possible values are =, <>, =CQ, <>CQ, BETWEEN and IN | ||
RECORD_TYPE_CODE | VARCHAR2 | 30 | Lookup code to indicate whether the record is migrated, seeded or defined by the user | ||
IGNORE_FLAG | VARCHAR2 | 1 | Indicates whether the condition is to be ignored during rules evaluation | ||
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 | ||
VALUE_LOW | VARCHAR2 | 1000 | Column for recording the lowest value in the range to be compared with the determining factor, when operator is BETWEEN | ||
VALUE_HIGH | VARCHAR2 | 1000 | Column for recording the highest value in the range to be compared with the determining factor, when operator is BETWEEN | ||
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 | |||
CONDITION_ID | NUMBER | 18 | Yes | Unique identifier | |
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 | ||
CONDITION_GROUP_ID | NUMBER | 18 | Unique identifier | ||
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_CONDITIONS_N1_ | Non Unique | Default | CONDITION_ID |
ZX_CONDITIONS_U1_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, CONDITION_ID |