MKT_CM_CUSTACTNS

This table stores the custom actions which can be used by dialog manager to call into external systems to perform specific actions. For example a custom action can be used to call into data mining engine for customer scoring before Campaign Load. Each Stage can have one or more Custom Actions associated with it.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKT_CM_CUSTACTNS_PK

CUSTACTN_ID

Columns

Name Datatype Length Precision Not-null Comments
CUSTACTN_ID NUMBER 18 Yes Custom Action Id
CUSTOM_ACTION_NAME VARCHAR2 240 Yes Custom Action Name
CUSTOM_ACTION_CODE VARCHAR2 30 Yes Custom Action Code
CUSTOM_ACTION_TYPE_CD VARCHAR2 30 Yes Custion Action Type (Pre-Load, Post-Load, Pre-Launch, Post Launch, Custom Launch)
STATUS_CD VARCHAR2 20 Yes Status Code of the custom action
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.
DESCRIPTION VARCHAR2 4000 Custom Action Description

Foreign Keys

Table Foreign Table Foreign Key Column
mkt_cm_stg_tasks mkt_cm_custactns CUSTACTN_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_CM_CUSTACTNS_N1 Non Unique Default STATUS_CD
MKT_CM_CUSTACTNS_N2 Non Unique Default CUSTOM_ACTION_TYPE_CD
MKT_CM_CUSTACTNS_PK Unique Default CUSTACTN_ID
MKT_CM_CUSTACTNS_U1 Unique Default CUSTOM_ACTION_CODE