MOW_ASGN_RULE_CONDITIONS

Table to store the assignment rule conditions

Details

  • Schema: FUSION

  • Object owner: MOW

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MOW_ASGN_RULE_CONDITIONS_PK

RULE_CONDITION_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_CONDITION_ID NUMBER 18 Yes Primary Key to uniquely identify the row
RULE_CONDITION_NUMBER VARCHAR2 30 PUID to uniquely identify the condition row. Foreign Key to the MOW_RULE_CONDITIONS entity.
RULE_CONDITION_VALUE_NUMBER VARCHAR2 30 PUID to uniquely identify the row.
RULE_GUID VARCHAR2 64 Yes Foreign Key to the MOW_RULES table.
RULE_ID NUMBER 18 Unique identifier of Rules Entity. Foreign Key to the MOW_RULES table
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
OPERATOR VARCHAR2 20 Yes The operator that is been used for a Rule condition.
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
LHS_OBJECT_FK_ID_ATTR VARCHAR2 80 Stores the Id attribute if LHS Object Attr is a Join attr or DCL attr
RECORD_STATUS VARCHAR2 1 Yes Indicates if Rule Condition has been published to Engine
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
MOW_ASGN_RULE_CONDITIONS_U1 Unique Default RULE_CONDITION_ID