MKT_EM_VENUES
Venue represents the site/place where a marketing event is organized. In Fusion v1, a marketing event is held.
Details
-
Schema: FUSION
-
Object owner: MKT
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MKT_EM_VENUES_PK |
VENUE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| VENUE_ID | NUMBER | 18 | Yes | Venue 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 | ||
| VENUE_NAME | VARCHAR2 | 250 | Yes | Formal name of the venue that will be published externally. | Active | |
| DESCRIPTION | VARCHAR2 | 4000 | Detailed description about the marketing venue | Active | ||
| LOCATION_ID | NUMBER | 18 | Location ID - foreign key to HZ_LOCATIONS table which models the address of the venue | Active |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| mkt_em_events | mkt_em_venues | VENUE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| MKT_EM_VENUES_N1 | Non Unique | FUSION_TS_TX_IDX | VENUE_NAME | |
| MKT_EM_VENUES_PK | Unique | FUSION_TS_TX_IDX | VENUE_ID | Active |