MKT_TM_TRMT_URLS_ASSOC

Marketing treatments URLs association table.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

MKT_TM_TRMT_URLS_ASSOC_PK

TRMT_URL_ID

Columns

Name Datatype Length Precision Not-null Comments
TRMT_URL_ID NUMBER 18 Yes Treatment URL id. Primary key
TREATMENT_ID NUMBER 18 Treatment id which this association belongs
URL_ID NUMBER 18 URL id associated with the treatment
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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.
CLICK_COUNT NUMBER 18 This captures the click count of this url in a particular treatment

Foreign Keys

Table Foreign Table Foreign Key Column
MKT_TM_TRMT_URLS_ASSOC mkt_tm_urls URL_ID
MKT_TM_TRMT_URLS_ASSOC mkt_tm_treatments TREATMENT_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_TM_TRMT_URLS_ASSOC_F1 Non Unique Default TREATMENT_ID
MKT_TM_TRMT_URLS_ASSOC_F2 Non Unique Default URL_ID
MKT_TM_TRMT_URLS_ASSOC_N1 Non Unique Default LAST_UPDATE_DATE
MKT_TM_TRMT_URLS_ASSOC_PK Unique Default TRMT_URL_ID