WIS_WD_CONDITION_GROUPS

This table stores the details of a group of conditions. A condition group consists of two conditions or consists of a condition group and a condition connected using the logical operator AND or OR. For example: PH > 7 AND (TEMPERATURE = 40 OR TEMPERATURE = 50)

Details

  • Schema: FUSION

  • Object owner: WIS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIS_WD_CONDITION_GROUPS_PK

WD_CONDITION_GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments
WD_CONDITION_GROUP_ID NUMBER 18 Yes The unique identifier of a work definition condition group. Its value is an application generated unique id.
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.
CONDITION_GROUP_OPERATOR VARCHAR2 30 Yes Indicates the operator of the condition group.
NESTED_CONDITION_FLAG VARCHAR2 1 Yes Flag used to indicate if this group of conditions are contained in another condition and are connected using AND and OR operators.
OBJECT_NAME VARCHAR2 30 Yes Name of the object to which the condition group applies.
OBJECT_PK_VALUE NUMBER 18 Yes Primary key value of the object for which this condition group applies.
PARENT_CONDITION_GROUP_ID NUMBER 18 Indicates the parent condition group internal identifier.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
wis_wd_conditions wis_wd_condition_groups WD_CONDITION_GROUP_ID

Indexes

Index Uniqueness Tablespace Columns
WIS_WD_CONDITION_GROUPS_U1 Unique Default WD_CONDITION_GROUP_ID