MOW_RULE_CONDITION_VALUES
table that stores the assignment rule condition values
Details
-
Schema: FUSION
-
Object owner: MOW
-
Object type: TABLE
-
Tablespace: REFERENCE
Primary Key
| Name | Columns |
|---|---|
|
MOW_RULE_CONDITION_VALUES_PK |
RULE_CONDITION_VALUE_GUID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| RULE_CONDITION_VALUE_GUID | VARCHAR2 | 64 | Yes | Primary Key to uniquely identify the row | |
| RULE_CONDITION_VALUE_NUMBER | VARCHAR2 | 30 | PUID to uniquely identify the row. | ||
| RULE_CONDITION_GUID | VARCHAR2 | 64 | Yes | Foreign Key to the MOW_RULE_CONDITION_ENTITIES | |
| RECORD_STATUS | VARCHAR2 | 1 | Yes | Indicates if Rule Condition Values has been published to Engine | |
| REF_ROW_GUID | VARCHAR2 | 64 | Reference key the to respective N/D row. | ||
| VALUE | VARCHAR2 | 255 | Yes | The value for the condition to be matched against. | |
| 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_CONDITION_VALUES | mow_rule_conditions | RULE_CONDITION_GUID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MOW_RULE_CONDITION_VALUES_PK | Unique | Default | RULE_CONDITION_VALUE_GUID |