CN_TP_EVENT_LOGS_ALL

CN_TP_EVENT_LOGS_ALL capture detail information for all the plan admin changesby participant, plan component and period needed for incremental calculation engine

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_TP_EVENT_LOGS_ALL_PK

EVENT_LOG_ID

Columns

Name Datatype Length Precision Not-null Comments
EVENT_LOG_ID NUMBER 18 Yes Unique Identifier
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
EVENT_TYPE VARCHAR2 30 Indicates whether it is from plan admin or resource manage
EVENT_NAME VARCHAR2 30 Event Name
ROLE_ID NUMBER 18 Role id
OBJECT_ID NUMBER 18 Unique identifier of the object
OBJECT_TYPE VARCHAR2 80 Type of the object
START_DATE DATE START DATE
START_DATE_OLD DATE OLD START DATE
END_DATE DATE END DATE
END_DATE_OLD DATE OLD END DATE
EVENT_LOG_DATE DATE Event Log Date
EVENT_LOG_STATUS VARCHAR2 30 Status of the event log
DEPLOY_STATUS VARCHAR2 30 DEPLOY_STATUS
PROCESS_IMPACTED VARCHAR2 30 PROCESS_IMPACTED
OBJECT_NUMBER VARCHAR2 30 The column will store the puid value of the object the event represents.
PARTICIPANT_ID NUMBER 18 Participant getting affected by the event
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
SECONDARY_OBJECT_ID NUMBER 18 Secondary object id will contain alternate object's key identifier. The value stored depends on the event type.
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.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
ERROR_REASON VARCHAR2 240 The column will display the reason the event failed while processing.

Foreign Keys

Table Foreign Table Foreign Key Column
cn_tp_notify_logs_all cn_tp_event_logs_all EVENT_LOG_ID

Indexes

Index Uniqueness Tablespace Columns
CN_TP_EVENT_LOGS_N1 Non Unique Default OBJECT_ID, DEPLOY_STATUS
CN_TP_EVENT_LOGS_N2 Non Unique Default EVENT_TYPE, EVENT_LOG_STATUS, ORG_ID, START_DATE, END_DATE
CN_TP_EVENT_LOGS_U1 Unique Default EVENT_LOG_ID