GL_FRC_USER_ACCESS_REPORT_TAGS

This table contains the tags assigned to reports.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

GL_FRC_USER_ACCESS_REP_TAGS_PK

USER_ACCESS_REPORT_TAG_ID

Columns

Name Datatype Length Precision Not-null Comments
USER_ACCESS_REPORT_TAG_ID NUMBER 18 Yes Unique sequence generated identifier for the tag.
USER_ACCESS_REPORT_ID NUMBER 18 User access report identifier for which tag is created.
TAG_LANGUAGE VARCHAR2 4 Yes The code of the language in which the tag was created.
USER_NAME VARCHAR2 100 Yes Principal username of the user.
SCOPE_CODE VARCHAR2 25 Scope of the tag created by user.
DELETED_FLAG VARCHAR2 1 Yes Indicator to show whether a tag is deleted from the report for the given user. Valid values are Y or N.
TAG_NAME VARCHAR2 240 Yes Tag assigned to the report by user.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created 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.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Foreign Keys

Table Foreign Table Foreign Key Column
GL_FRC_USER_ACCESS_REPORT_TAGS gl_frc_user_access_reports USER_ACCESS_REPORT_ID

Indexes

Index Uniqueness Tablespace Columns
GL_FRC_USER_ACCESS_REP_TAGS_U1 Unique Default USER_ACCESS_REPORT_TAG_ID
GL_FRC_USER_ACCESS_REP_TAGS_N1 Non Unique Default USER_NAME, DELETED_FLAG