SVC_THIRD_PARTY_QUEUE_MESSAGES

This table is used to store messages that need to be sent to an external partner integrated with third-party routing. Only the messages for partners associated with an external queue are stored in this table.

Details

  • Schema: FUSION

  • Object owner: SVC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SVC_3PQ_MSG_PK

MESSAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
MESSAGE_ID NUMBER 18 Yes Primary key populated from a sequence.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
PARTNER_ID VARCHAR2 50 The identifier of the external partner. For work object events, this corresponds to the partner ID defined for the queue to which the work object is assigned. For agent related events, there is one message for each partner that is associated to an external queue.
SERIALIZED_OBJECT CLOB Message representing the routing event sent to the third party. This can indicate agent status or work object updates.
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.
LAST_UPDATE_DATE TIMESTAMP Yes 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
SVC_3PQ_MSG_N1 Non Unique Default PARTNER_ID
SVC_3PQ_MSG_N2 Non Unique Default CREATION_DATE
SVC_3PQ_MSG_U1 Unique Default MESSAGE_ID