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 |
CONDITION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
DETERMINING_FACTOR_CODE | VARCHAR2 | 30 | Yes | Determining factor code | |
FLEX_FILTER_VALUE | XMLTYPE | Flex Filter Value | |||
CONDITION_GROUP_CODE | VARCHAR2 | 50 | Yes | Condition group code | |
TAX_PARAMETER_CODE | VARCHAR2 | 30 | Tax parameter code for the determining factor | ||
DATA_TYPE_CODE | VARCHAR2 | 30 | Yes | Data type of the determining factor. Possible values are DATE, NUMERIC and ALPHANUMERIC. | |
DETERMINING_FACTOR_CLASS_CODE | VARCHAR2 | 30 | Yes | 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 | Yes | Operator used for defining the condition. Possible values are =, <>, =CQ, <>CQ, BETWEEN and IN | |
RECORD_TYPE_CODE | VARCHAR2 | 30 | Yes | Lookup code to indicate whether the record is migrated, seeded or defined by the user | |
IGNORE_FLAG | VARCHAR2 | 1 | Yes | 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 | Yes | 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 | 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 | Yes | 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 | 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. | |
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 | Yes | Unique identifier |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
ZX_CONDITIONS | zx_condition_groups_b | CONDITION_GROUP_CODE |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ZX_CONDITIONS_U1 | Unique | Default | CONDITION_ID |
ZX_CONDITIONS_U2 | Unique | Default | CONDITION_GROUP_CODE, DETERMINING_FACTOR_CODE, DETERMINING_FACTOR_CLASS_CODE, DETERMINING_FACTOR_CQ_CODE |