[Home] [Help]
[Dependency Information]
Object Name: | ZX_CONDITIONS |
---|---|
Object Type: | TABLE |
Owner: | ZX |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
ZX_CONDITIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
ZX_CONDITIONS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DETERMINING_FACTOR_CODE | VARCHAR2 | (30) | Yes | Determining factor code |
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 | DATE | Yes | Standard Who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
REQUEST_ID | NUMBER | Request identifier of last concurrent program to update this record | ||
PROGRAM_APPLICATION_ID | NUMBER | Application identifier of last concurrent program to update this record | ||
PROGRAM_ID | NUMBER | Program identifier of last concurrent program to update this record | ||
PROGRAM_LOGIN_ID | NUMBER | Login user identifier of this record by a concurrent program | ||
CONDITION_ID | NUMBER | (15) | Yes | Unique identifier |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
OBJECT_VERSION_NUMBER | NUMBER | (15) | Yes | Object version number |
Cut, paste (and edit) the following text to query this object:
SELECT DETERMINING_FACTOR_CODE
, CONDITION_GROUP_CODE
, TAX_PARAMETER_CODE
, DATA_TYPE_CODE
, DETERMINING_FACTOR_CLASS_CODE
, DETERMINING_FACTOR_CQ_CODE
, OPERATOR_CODE
, RECORD_TYPE_CODE
, IGNORE_FLAG
, NUMERIC_VALUE
, DATE_VALUE
, ALPHANUMERIC_VALUE
, VALUE_LOW
, VALUE_HIGH
, CREATION_DATE
, LAST_UPDATE_DATE
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_LOGIN_ID
, CONDITION_ID
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
FROM ZX.ZX_CONDITIONS;
ZX.ZX_CONDITIONS does not reference any database object
ZX.ZX_CONDITIONS is referenced by following:
|
|
|