MKT_CM_STG_EXECS

This table stores the information about the actual execution of a stage. Each campaign stage can have zero or more executions.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKT_CM_STG_EXECS_PK

STG_EXEC_ID

Columns

Name Datatype Length Precision Not-null Comments
STG_EXEC_ID NUMBER 18 Yes Stage Execution Id
STAGE_ID NUMBER 18 Yes Campaign Stage
EXEC_SOURCE_CD VARCHAR2 30 Execution Source
STATUS_CD VARCHAR2 30 Execution Status
TEST_FLG VARCHAR2 1 Simulation Flag
BPEL_INSTANCE_ID VARCHAR2 240 BPEL Instance Id
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
PROGRAM_NAME VARCHAR2 30 Scheduler Program Name
PROGRAM_APP_NAME VARCHAR2 50 Scheduler Program Application
ERROR_MESSAGE VARCHAR2 1000 Error Message
SCHED_START_DT DATE Scheduled Start Date
SCHED_END_DT DATE Scheduled End Date
ACTUAL_START_DT DATE Actual Start Date
ACTUAL_END_DT DATE Actual 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.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
PARENT_REQUEST_ID NUMBER 20 Parent Scheduler Request in case of Repeating Stages
REEXECUTE_FLG VARCHAR2 1 Stage Re-execution Flag
REXEC_LOAD_FLG VARCHAR2 1 Re-execute Load
REXEC_LEXP_FLG VARCHAR2 1 Reexecute List Export
REXEC_LAUNCH_FLG VARCHAR2 1 Re-execute Launch
IH_COMPLETE_FLG VARCHAR2 1 IH_COMPLETE_FLG
LOAD_DT DATE Stage Execution Load Date
LIST_EXP_DT DATE Stage Execution List Export Date
LAUNCH_DT DATE Stage Execution Launch Date

Foreign Keys

Table Foreign Table Foreign Key Column
MKT_CM_STG_EXECS mkt_cm_stages STAGE_ID
mkl_lm_leads mkt_cm_stg_execs STG_EXEC_ID
mkt_cm_stg_lstoutpts mkt_cm_stg_execs STG_EXEC_ID
mkt_rm_responses mkt_cm_stg_execs STG_EXEC_ID
mkt_cm_evttrg_exec mkt_cm_stg_execs STG_EXEC_ID
mkt_cm_stg_members mkt_cm_stg_execs STG_EXEC_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_CM_STG_EXECS_F1 Non Unique Default STAGE_ID
MKT_CM_STG_EXECS_N1 Non Unique Default STATUS_CD
MKT_CM_STG_EXECS_N2 Non Unique Default LAST_UPDATE_DATE
MKT_CM_STG_EXECS_PK Unique Default STG_EXEC_ID