CN_TP_REPORT_CONFIG_ALL
cn_tp_report_config_all contains information about summarized report config meta data.
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
CN_TP_REPORT_CONFIG_PK |
REPORT_CONFIG_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
REPORT_CONFIG_ID | NUMBER | 18 | Yes | Primary key | |
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. | |
ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to the row. | |
OBJECT_TYPE | VARCHAR2 | 30 | Yes | Indicates summarized report entity type. | |
OBJECT_TABLE | VARCHAR2 | 30 | Yes | Indicates database table name | |
RECORD_TYPE | VARCHAR2 | 30 | Yes | Indicates whether record is dimension or measure. | |
DATA_COLUMN | VARCHAR2 | 30 | Yes | Indicate database column name. | |
DATA_COLUMN_TYPE | VARCHAR2 | 30 | Yes | Indicate data column type | |
DATA_AGGR_FUNCTION | VARCHAR2 | 30 | Indicates the aggregate function used by measure. | ||
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 |
---|---|---|---|
CN_TP_REPORT_CONFIG_N1 | Non Unique | Default | ORG_ID, OBJECT_TYPE |
CN_TP_REPORT_CONFIG_U1 | Unique | Default | REPORT_CONFIG_ID |