ZCA_SRT_REPORT_DEF

A transaction table to store the metadata of reports created by the user based on a specific report type.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_SRT_REPORT_DEF_PK

REPORT_ID

Columns

Name Datatype Length Precision Not-null Comments Status
REPORT_ID NUMBER 18 Yes Primary key of this table. This is a system generated unique identifier value.
REPORT_NUMBER VARCHAR2 200 Yes System generated unique public identifier column. This column is the alternate key.
REPORT_NAME VARCHAR2 200 Yes Name of the report entered by the user.
REPORT_TYPE_ID NUMBER 18 Yes Foreign key referring to column ZCA_SRT_REPORT_TYPES.REPORT_TYPE_ID
REPORT_METADATA CLOB Stores the details of the report metadata like column, filter, group by that is configured by the user. Obsolete
REPORT_LSQL CLOB BI Logical SQL generated based on the report metadata.
REPORT_DESC VARCHAR2 150 Description of the report entered by the user.
OWNER_PARTY_ID NUMBER 18 Party identifier of the report owner.
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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.
REPORT_METADATA#01 CLOB Stores the details of the report metadata like column, filter, group by that is configured by the user.

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_N1 Non Unique Default REPORT_TYPE_ID
ZCA_SRT_REPORT_DEF_PK Unique Default REPORT_ID
ZCA_SRT_REPORT_DEF_UK1 Unique Default REPORT_NUMBER
ZCA_SRT_REPORT_DEF_UK2 Unique Default REPORT_NAME