FUN_DS_USER_ROLES_UPG_AUDIT

This table contains user role assignments information during upgrade. It is a persistent table.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FUN_DS_USERROLES_UPG_AUD_PK

USER_ROLE_UPG_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_ROLE_UPG_ID NUMBER 18 Yes Record identifier for user role upgrade entity.
USER_ID NUMBER 18 Yes Unique identifier of user who is assigned the role.
USER_NAME VARCHAR2 32 Yes User name of user who is assigned the role.
ROLE_GUID VARCHAR2 64 Yes Global unique identifier of role that is assigned to user.
ROLE_NAME VARCHAR2 256 Yes Name of role that is assigned to user.
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
FUN_DS_USR_ROLES_UPG_AUDIT_U2 Unique Default USER_ID, ROLE_GUID
FUN_DS_USR_ROLES_UPG_AUD_U1 Unique Default USER_ROLE_UPG_ID