CN_TP_ROLLUP_LOGS_ALL

This table stores the rollup log header information

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_TP_ROLLUP_LOGS_ALL_PK

ROLLUP_LOG_ID

Columns

Name Datatype Length Precision Not-null Comments
ROLLUP_LOG_ID NUMBER Yes Unique Identifier
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
EVENT_NAME VARCHAR2 30 Event Name
OBJECT_ID NUMBER Unique Identifier of the object
OBJECT_TYPE VARCHAR2 80 Type of the object
LOG_DATE DATE Event log date
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
cn_tp_rollup_log_details_all cn_tp_rollup_logs_all ROLLUP_LOG_ID

Indexes

Index Uniqueness Tablespace Columns
CN_TP_ROLLUP_LOGS_U1 Unique Default ROLLUP_LOG_ID