MOW_RULE_CONDITIONS

Table to store the assignment rule conditions

Details

  • Schema: FUSION

  • Object owner: MOW

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

MOW_RULE_CONDITIONS_PK

RULE_CONDITION_GUID

Columns

Name Datatype Length Precision Not-null Comments
RULE_CONDITION_GUID VARCHAR2 64 Yes Primary Key to uniquely identify the row
RULE_CONDITION_NUMBER VARCHAR2 30 PUID to uniquely identify the row
RULE_GUID VARCHAR2 64 Yes Foreign Key to the MOW_RULE_ENTITIES
RECORD_STATUS VARCHAR2 1 Yes Indicates if Rule Condition has been published to Engine
REF_ROW_GUID VARCHAR2 64 Reference key the to respective N/D row.
LHS_OBJECT VARCHAR2 64 Yes The assignment object code. Foreign Key to the MOW_ASGN_OBJECTS_B table
LHS_OBJECT_ATTR VARCHAR2 80 Yes Contains LHS assignment object attribute
LHS_OBJECT_FK_ID_ATTR VARCHAR2 80 Stores the Id attribute if LHS Object Attr is a Join attr or DCL attr
OPERATOR VARCHAR2 20 Yes The Rule condition operator
VALUE VARCHAR2 255 The RHS value of the rule condition
RHS_OBJECT VARCHAR2 64 The assignment object code in RHS of condition. Foreign Key to the MOW_ASGN_OBJECTS_B table
RHS_OBJECT_ATTR VARCHAR2 80 Contains RHS assignment object attribute
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MOW_RULE_CONDITIONS mow_rules RULE_GUID
mow_rule_condition_values mow_rule_conditions RULE_CONDITION_GUID

Indexes

Index Uniqueness Tablespace Columns
MOW_RULE_CONDITIONS_PK Unique Default RULE_CONDITION_GUID