FUN_DS_DATA_ROLES_UPG_AUDIT

This table contains information about the decomposition of generated data roles, their corresponding source data role templates and data security contexts. It is a persistent table.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FUN_DS_DATAROLES_UPG_AUD_PK

DATA_ROLE_UPG_ID

Columns

Name Datatype Length Precision Not-null Comments
DATA_ROLE_UPG_ID NUMBER 18 Yes Record identifier for data role upgrade audit entity.
DATA_ROLE_NAME VARCHAR2 256 Yes Name of data role generated by a data role template.
TEMPLATE_ID NUMBER 18 Yes Record identifier for data role template.
TEMPLATE_FULL_PATH VARCHAR2 1000 Yes Full directory path for the data role template file from which this data role is generated.
PRODUCT_CODE VARCHAR2 30 Yes Short name of the product that owns the data role.
BASE_ROLE_NAME VARCHAR2 256 Yes Name of the base role upon which this data role is based.
DIMENSION_OBJECT_NAME VARCHAR2 80 Yes Database object corresponding to the security dimension value of the data role.
SEEDED_FLAG VARCHAR2 1 Yes Indicates if the data role is generated from the seeded or custom content.
PK_COLUMN_NAME VARCHAR2 60 Primary key column name for the security dimension database object.
PK_VALUE VARCHAR2 256 Security dimension value correspoding to the data role.
STATUS_CODE VARCHAR2 30 Indicates progress of the data role upgrade.
PROCESS_DATE DATE Date when the data role upgrade is run.
ERROR_MESSAGE VARCHAR2 1000 Errors encountered during data role upgrade.
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_DATAROLES_UPG_AUD_U1 Unique Default DATA_ROLE_UPG_ID
FUN_DS_DATAROLES_UPG_AUD_U2 Unique Default DATA_ROLE_NAME