MKT_CM_SUSPECTS_QUEUE

This table is used to store original system and original system reference for suspects that have positively responsed to a campaign and are ready to be synchronized from source table to TCA parties.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKT_CM_SUSPECTS_QUEUE_PK

SUSPECT_QUEUE_ID

Columns

Name Datatype Length Precision Not-null Comments
SUSPECT_QUEUE_ID NUMBER 18 Yes Primary key column
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.
ORIG_SYSTEM VARCHAR2 30 Yes Original system for the suspect
ORIG_SYSTEM_REFERENCE VARCHAR2 240 Yes Original system reference for the suspect
QUEUE_STATUS_CODE VARCHAR2 30 Queue status code for the suspect
BATCH_ID NUMBER 18 Unique identifier for a TCA import batch
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_SUSPECTS_QUEUE hz_imp_batch_summary BATCH_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_CM_SUSPECTS_QUEUE_N1 Non Unique Default QUEUE_STATUS_CODE
MKT_CM_SUSPECTS_QUEUE_PK Unique Default SUSPECT_QUEUE_ID
MKT_CM_SUSPECTS_QUEUE_U1 Unique Default ORIG_SYSTEM, ORIG_SYSTEM_REFERENCE