WIS_WD_CONDITIONS

This table stores the details of a condition. A condition is a combination of one parameter, one condition and one value (i.e. 'PH >7').

Details

  • Schema: FUSION

  • Object owner: WIS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

WIS_WD_CONDITIONS_PK

WD_CONDITION_ID

Columns

Name Datatype Length Precision Not-null Comments
WD_CONDITION_ID NUMBER 18 Yes The unique identifier of a work definition condition. 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_OPERATOR VARCHAR2 30 Yes Indicates the operator of the condition.
ATTRIBUTE_TYPE VARCHAR2 4 Yes Determine the type of attribute this condition is based on. Valid values include: - ITEM (option item) - TIA (transaction item attribute) - UDA (user defined attribute)
ATTRIBUTE_VALUE VARCHAR2 100 Yes This is the value of the attribute for which the condition applies.
ATTRIBUTE_PK1_VALUE VARCHAR2 240 Yes Indicate the part 1 primary key value of the attribute.
ATTRIBUTE_PK2_VALUE VARCHAR2 240 Indicate the part 2 primary key value of the attribute.
ATTRIBUTE_PK3_VALUE VARCHAR2 240 Indicate the part 3 primary key value of the attribute.
OBJECT_NAME VARCHAR2 30 Yes Name of the object to which the condition applies.
OBJECT_PK_VALUE NUMBER 18 Yes Primary key value of the object for which this condition applies.
WD_CONDITION_GROUP_ID NUMBER 18 Indicates the condition group this condition belongs to.
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_CONDITIONS_N1 Non Unique Default WD_CONDITION_GROUP_ID
WIS_WD_CONDITIONS_U1 Unique Default WD_CONDITION_ID