MKT_RM_RULE_HEADERS

This table stores the response rule header information used for response processing.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

MKT_RM_RULE_HEADERS_PK

RULE_HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments Status
RULE_HEADER_ID NUMBER 18 Yes Rule Header Id. Primary key of the rule header table. Active
RULESET_ID NUMBER 18 Yes Reference to the rule set to be which this rule belongs.
ACTION_TYPE VARCHAR2 30 Action Type. Holds the action which will be executed if the rule is satisfied. Active
LIST_ID NUMBER 18 List Id. Identifier of the list for the action 'Add to List'. Active
STAGE_ID NUMBER 18 Stage Id. Identifier of the stage for the action 'Add to Campaign Stage' Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
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. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active
ACTION_LAUNCH_LAG NUMBER 9 Action Launch Lag. Specfies the lag or time to wait before executing the action. Active
ACTION_LAUNCH_LAG_UNIT VARCHAR2 30 Action Launch Lag Unit. The time unit for action launch lag (e.g Hours, Days, Weeks, Months, Years) Active
GROUPING_EXPRESSION VARCHAR2 1000 Grouping Expression. The grouping expression used in advanced rule mode (e.g 1 AND (2 OR 3))

Indexes

Index Uniqueness Tablespace Columns Status
MKT_RM_RULE_HEADERS_N1 Non Unique Default RULESET_ID
MKT_RM_RULE_HEADERS_U1 Unique FUSION_TS_TX_IDX RULE_HEADER_ID Active