MKT_CM_STG_TASKS

This table stores information about the granular level scheduling tasks (Manual or Automated) associated with a campaign stage.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKT_CM_STG_TASKS_PK

STG_TASK_ID

Columns

Name Datatype Length Precision Not-null Comments
STG_TASK_ID NUMBER 18 Yes Primary Key
STG_TASK_TYPE_ID NUMBER 18 Yes Stage Task Type
TASK_CD VARCHAR2 30 Yes Task Code
MANUAL_FLG VARCHAR2 1 Yes Manual Flag
NOTIFY_FLG VARCHAR2 1 Yes Notify Flag
CUSTACTN_ID NUMBER 18 Custom Action
DURATION_DAYS NUMBER 9 Duration in Days
TASK_START_DT DATE Task Start Date
TASK_END_DT DATE Task End Date
TASK_SEQ NUMBER 9 Task Sequence
REQUIRED_FLG VARCHAR2 1 Required Flag
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.
OWNER_ID NUMBER 18 Stage Task Owner

Foreign Keys

Table Foreign Table Foreign Key Column
MKT_CM_STG_TASKS mkt_cm_stg_task_types STG_TASK_TYPE_ID
MKT_CM_STG_TASKS mkt_cm_custactns CUSTACTN_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_CM_STG_TASKS_F1 Non Unique Default STG_TASK_TYPE_ID
MKT_CM_STG_TASKS_F2 Non Unique CUSTACTN_ID
MKT_CM_STG_TASKS_N1 Non Unique TASK_CD
MKT_CM_STG_TASKS_N2 Non Unique MANUAL_FLG
MKT_CM_STG_TASKS_N3 Non Unique NOTIFY_FLG
MKT_CM_STG_TASKS_PK Unique STG_TASK_ID