SVC_MCA_EVENT_TOKENS

This table records the INBOUND and OUTBOUND tokens for a particular MCA Event.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_MCA_EVENT_TOKENS_PK

MCA_EVENT_TOKEN_ID

Columns

Name Datatype Length Precision Not-null Comments Status
MCA_EVENT_TOKEN_ID NUMBER 18 Yes Auto-generated number and primary key for this table. Active
MCA_EVENT_ID NUMBER 18 Yes A foreign key to the lookup set (SVC_MCA_EVENTS.MCA_EVENT_ID). Active
DIRECTION_CD VARCHAR2 32 Yes Indicates if this is an inbound or outbound event token.
TOKEN_NAME VARCHAR2 64 Yes Name of the event token.
TOKEN_VALUE VARCHAR2 4000 The value of the token associated to a particular event.
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
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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

Foreign Keys

Table Foreign Table Foreign Key Column
SVC_MCA_EVENT_TOKENS svc_mca_events MCA_EVENT_ID

Indexes

Index Uniqueness Tablespace Columns
SVC_MCA_EVENT_TOKENS_PK Unique Default MCA_EVENT_TOKEN_ID
SVC_MCA_EVENT_TOKENS_U1 Unique Default MCA_EVENT_ID, DIRECTION_CD, TOKEN_NAME