MKT_EM_EVENTS
This table is used for tracking marketing events. Events are a mechanism for the marketeer to get in touch with existing contacts and prospects and present relevant and highly focussed content.
Details
-
Schema: FUSION
-
Object owner: MKT
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MKT_EM_EVENTS_PK |
EVENT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| EVENT_ID | NUMBER | 18 | Yes | Event ID : Primary Key of this table. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| 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. | Active | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active | ||
| EVENT_NUMBER | VARCHAR2 | 64 | Yes | Event Number - Alternate key of this table. | ||
| EVENT_NAME | VARCHAR2 | 250 | Yes | Formal name of the event that will be published externally. | Active | |
| DESCRIPTION | VARCHAR2 | 4000 | Description - more details about the marketing event | Active | ||
| EVENT_CATEGORY | VARCHAR2 | 30 | Event category. This field will be primarily used for reporting purposes indicating the type of event. | Active | ||
| VENUE_ID | NUMBER | 18 | Reference to the venue where this event is hosted | Active | ||
| EVT_START_DATE | DATE | Date for start of the marketing event | Active | |||
| EVT_END_DATE | DATE | Date of end of the marketing event | Active | |||
| EVT_STATUS_CD | VARCHAR2 | 30 | Event status - indicates the current status of the marketing event e.g planning v/s scheduled etc) | Active | ||
| SOURCE_CODE_ID | NUMBER | 18 | Source Code Id. Foreign key to MKT_SC_SOURCE_CODES table. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| MKT_EM_EVENTS | mkt_em_venues | VENUE_ID |
| MKT_EM_EVENTS | mkt_sc_source_codes | SOURCE_CODE_ID |
| mkt_sc_source_codes | mkt_em_events | EVENT_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| MKT_EM_EVENTS_F1 | Non Unique | FUSION_TS_TX_IDX | VENUE_ID | Active |
| MKT_EM_EVENTS_F2 | Non Unique | Default | SOURCE_CODE_ID | |
| MKT_EM_EVENTS_N1 | Non Unique | Default | LAST_UPDATE_DATE | |
| MKT_EM_EVENTS_PK | Unique | FUSION_TS_TX_IDX | EVENT_ID | Active |
| MKT_EM_EVENTS_U1 | Unique | Default | EVENT_NUMBER |