MKT_RM_RULE_CONDITION_VALUES

This table stores details about the RHS values of the conditions for the rule headers. It stores conditions pertaining to ruleset guard conditions as well.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MKT_RM_RULE_COND_VAL_PK

CONDITION_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
CONDITION_VALUE_ID NUMBER 18 Yes Condition Value Id. Primary key of the rule condition values table.
CONDITION_ID NUMBER 18 Yes Condition Id. Reference to the rule condition for which this specifies a right hand side value.
ATTRIBUTE_NAME VARCHAR2 30 Attribute Name. Left Hand Side attribute name.
ATTRIBUTE_VALUE VARCHAR2 30 Attribute Value. Right Hand Side Attribute Value for attributes that do not hold a date value.
ATTRIBUTE_DATE_VALUE TIMESTAMP Attribute Date Value. Right hand side attribute value for attributes that hold a date value.
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.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
MKT_RM_RULE_COND_VAL_N1 Non Unique Default CONDITION_ID
MKT_RM_RULE_COND_VAL_PK Unique Default CONDITION_VALUE_ID