MKT_CM_STG_TREATMENTS

This table stores references to the marketing treatments associated to a marketing campaign stage.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKT_CM_STG_TREATMENTS_PK

STG_TREATMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
STG_TREATMENT_ID NUMBER 18 Yes System generated unique identifier. Primary Key.
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.
STAGE_ID NUMBER 18 Yes Stage Id. Foreign key reference to MKT_CM_STAGES.
TREATMENT_ID NUMBER 18 Yes Treatment Id. Foreign key reference to MKT_TM_TREATMENT.
DELV_PROFILE_ID NUMBER 18 Delivery Profile Id. Foreign key reference to MKT_TM_DLV_PROFILE.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
MKT_CM_STG_TREATMENTS mkt_cm_stages STAGE_ID
MKT_CM_STG_TREATMENTS mkt_tm_dlv_profile DELV_PROFILE_ID
MKT_CM_STG_TREATMENTS mkt_tm_treatments TREATMENT_ID
mkt_sc_source_codes mkt_cm_stg_treatments STG_TREATMENT_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_CM_STG_TREATMENTS_F1 Non Unique Default TREATMENT_ID
MKT_CM_STG_TREATMENTS_F2 Non Unique Default DELV_PROFILE_ID
MKT_CM_STG_TREATMENTS_PK Unique STG_TREATMENT_ID
MKT_CM_STG_TREATMENTS_U1 Unique Default STAGE_ID, TREATMENT_ID