FFS_COLLAB_CONTACT_LIST

Used to store collaboration contacts.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Columns

Name Datatype Length Not-null Comments
USER_NAME VARCHAR2 160 Username of the collaboration user added to the address list.
CONTACT VARCHAR2 160 List of contacts in collaboration.
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_COLLAB_CONTACT_LIST_N1 Non Unique DATA CONTACT
FFS_COLLAB_CONTACT_LIST_U1 Unique DATA USER_NAME, CONTACT