FFS_CHAT_BC_STATUS
Contains statuses of broadcast operations performed via Collaboration.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: DATA
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
CHAT_ID | NUMBER | 18 | Yes | Chat id of the broadcast chat status. | |
MESSAGE_ID | NUMBER | 19 | Yes | Message id of the broadcast chat. | |
USER_ID | NUMBER | 18 | User id of the participant of broadcast chat. | ||
STATUS | VARCHAR2 | 16 | Delivery status of the broadcast chat message. | ||
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. | ||
CHAT_BC_STATUS_ID | NUMBER | 18 | Contains unique identifier of the row. System generated. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
FFS_CHAT_BC_STATUS_N1 | Non Unique | DATA | CHAT_ID |
FFS_CHAT_BC_STATUS_N2 | Non Unique | DATA | MESSAGE_ID |
FFS_CHAT_BC_STATUS_N3 | Non Unique | DATA | USER_ID |
FFS_CHAT_BC_STATUS_U1 | Unique | DATA | CHAT_BC_STATUS_ID |