CN_TP_NOTIFY_LOGS_ALL

CN_TP_NOTIFY_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_NOTIFY_LOGS_ALL_PK

NOTIFY_LOG_ID

Columns

Name Datatype Length Precision Not-null Comments
NOTIFY_LOG_ID NUMBER 18 Yes Unique Identifier
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
EVENT_LOG_ID NUMBER 18 Points to the table cn_tp_event_log_all
PARTICIPANT_ID NUMBER 18 Points to hz_parties
BASE_PARTICIPANT_ID NUMBER 18 Points to hz_parties
GROUP_ID NUMBER 18 Points to hz_organizations
BASE_GROUP_ID NUMBER 18 Points to hz_organizations
ROLE_ID NUMBER 18 Points to jtf_rs_roles
PERIOD_ID NUMBER 18 Period the event is logged
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or 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.
START_DATE DATE START DATE
END_DATE DATE END DATE
SRP_COMP_PLAN_ID NUMBER 18 Points to cn_srp_comp_plans_all
PLAN_COMPONENT_ID NUMBER 18 Points to cn_plan_components_all
ACTION_LINK_ID NUMBER 18 Links two related actions
REVERT_STATE VARCHAR2 30 Revert State
REVERT_SEQUENCE VARCHAR2 15 Sequence
NOTIFY_LOG_STATUS VARCHAR2 30 Status of the notify Log
NOTIFY_LOG_DATE DATE Notify Log Date
PHYSICAL_BATCH_ID NUMBER 18 Physical Batch Identifier
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_NOTIFY_LOGS_ALL cn_tp_event_logs_all EVENT_LOG_ID
CN_TP_NOTIFY_LOGS_ALL cn_plan_components_all_b PLAN_COMPONENT_ID, ORG_ID
CN_TP_NOTIFY_LOGS_ALL cn_srp_comp_plans_all SRP_COMP_PLAN_ID
CN_TP_NOTIFY_LOGS_ALL cn_srp_participants_all PARTICIPANT_ID

Indexes

Index Uniqueness Tablespace Columns
CN_TP_NOTIFY_LOGS_N1 Non Unique Default PERIOD_ID, NOTIFY_LOG_STATUS, ORG_ID, PARTICIPANT_ID
CN_TP_NOTIFY_LOGS_U1 Unique Default NOTIFY_LOG_ID
CN_TP_NOTIFY_LOGS_N2 Non Unique Default REQUEST_ID, NOTIFY_LOG_STATUS