ZCA_SRT_REPORT_DEF_SHARE

Stores information about which report is shared with whom. The column SHARE_TYPE_CODE indicates with whom the report is shared.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_SRT_REPORT_DEF_SHARE_PK

REPORT_DEF_SHARE_ID

Columns

Name Datatype Length Precision Not-null Comments
REPORT_DEF_SHARE_ID NUMBER 18 Yes Primary key of this table. This is a system-generated unique identifier value.
REPORT_ID NUMBER 18 Yes This is a foreign key reference to reports in ZCA_SRT_REPORT_DEF.
REPORT_NUMBER VARCHAR2 200 Yes Reference to the PUID (REPORT_NUMBER) of the report definition from the ZCA_SRT_REPORT_DEF table.
SHARE_TYPE_CODE VARCHAR2 30 Yes Indicates the sharing type for the report that is shared with others. The values are sourced from the lookup type ORA_BI_SRT_REPORT_SHARE_TYPE.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
ZCA_SRT_REPORT_DEF_SHARE zca_srt_report_def REPORT_ID

Indexes

Index Uniqueness Tablespace Columns
ZCA_SRT_REPORT_DEF_SHARE_F1 Non Unique Default REPORT_ID
ZCA_SRT_REPORT_DEF_SHARE_N1 Non Unique Default SHARE_TYPE_CODE
ZCA_SRT_REPORT_DEF_SHARE_PK1 Unique Default REPORT_DEF_SHARE_ID
ZCA_SRT_REPORT_DEF_SHARE_UK1 Unique Default REPORT_NUMBER, SHARE_TYPE_CODE