MKT_IMP_TRMT_URLS_ASSOC

This interface table stores staging data for the treatment-url associations. The data gets populated into MKT_TM_TRMT_URLS_ASSOC table.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

MKT_IMP_TRMT_URLS_ASSOC_PK

BATCH_ID, INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Primary Key - Identifier that groups data into a batch
INTERFACE_ROW_ID NUMBER Yes Primary Key - Used to link with rows in the error table
IMPORT_STATUS_CODE VARCHAR2 30 Indicates the status of the record to be processed
ACTION_CODE VARCHAR2 4000 Indicates the operation to be performed on a row, such as Insert, Update, etc.
FILE_RECORD_NUM NUMBER 10 File Record Number. Record indicator in the File.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
TRMT_EXT_REF VARCHAR2 64 Treatment External Reference. Stores the unique identifier of the treatment in the source system.
TREATMENT_ID NUMBER 18 Treatment id. Fusion id of the treatment.
URL_EXT_REF VARCHAR2 100 URL External Reference. Stores the unique identifier of the url in the source system.
URL_ID NUMBER 18 This is the URL id. Fusion id of the URL.
CLICK_COUNT NUMBER 18 This is the click count attribute.
TRMT_URL_ID NUMBER 18 Fusion id of the url-promotion association
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.

Indexes

Index Uniqueness Tablespace Columns
MKT_IMP_TRMT_URLS_ASSOC_PK Unique Default BATCH_ID, INTERFACE_ROW_ID