MKT_CM_STG_TASK_TYPES

This table stores the different broad Level Stage Type Tasks (like Load, List Export, Launch).

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKT_CM_STG_TASK_TYPES_PK

STG_TASK_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
STG_TASK_TYPE_ID NUMBER 18 Yes Primary Key
STAGE_ID NUMBER 18 Yes Campaign Stage
TASK_TYPE_CD VARCHAR2 30 Yes Task Type
TASK_TYPE_SEQ_NUM NUMBER 9 Task type Sequence
TASK_TYPE_START_DT DATE Task Type Start Date
TASK_TYPE_END_DT DATE Task Type End Date
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated 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
MKT_CM_STG_TASK_TYPES mkt_cm_stages STAGE_ID
mkt_cm_stg_tasks mkt_cm_stg_task_types STG_TASK_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_CM_STG_TASK_TYPES_F1 Non Unique Default STAGE_ID
MKT_CM_STG_TASK_TYPES_N1 Non Unique Default TASK_TYPE_CD
MKT_CM_STG_TASK_TYPES_PK Unique Default STG_TASK_TYPE_ID