FFS_COLLAB_GRP_VISIBILITY

User group visibility - members of source group can view members of target group.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_COLLAB_GRP_VISIBILITY_PK

SOURCE_GROUP_ID, TARGET_GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments
SOURCE_GROUP_ID NUMBER 8 Yes Id Of The Sender Group For The Group Visibility.
TARGET_GROUP_ID NUMBER 8 Yes Id Of The Receiver Group For The Group Visibility.
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_GRP_VISIBILITY_PK Unique DATA SOURCE_GROUP_ID, TARGET_GROUP_ID