FFS_CHAT

Contains all chats created in Collaboration.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_CHAT_PK

CHAT_ID

Columns

Name Datatype Length Precision Not-null Comments
CHAT_ID NUMBER 18 Yes Unique identifier for chat data.
STARTED_TIME TIMESTAMP Timestamp At Which The Chat Started.
STARTED_BY NUMBER 18 Id of the user who started the chat.
ENDED_TIME TIMESTAMP Timestamp At Which The Chat Ended.
HELPDESK_ID NUMBER 5 Id Of The Helpdesk Associated With The Chat.
CHAT_TYPE VARCHAR2 24 Type Of The Chat. Values Can Be Normal, Conference, Group-Broadcast, Location-Broadcast, Etc.
CHAT_MODE VARCHAR2 24 Mode of the chat. Values can be collaboration, routing, message_scenario.
SUBJECT VARCHAR2 2048 Display name of the conference chat.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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
FFS_CHAT_N1 Non Unique DATA ENDED_TIME
FFS_CHAT_N2 Non Unique DATA HELPDESK_ID
FFS_CHAT_N3 Non Unique DATA STARTED_BY
FFS_CHAT_PK Unique DATA CHAT_ID