CN_TP_CALC_JOBS_ALL

CN_TP_CALC_JOBS_ALL contains information about calculation requests submitted.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_TP_CALC_JOBS_ALL_PK

CALC_JOB_ID

Columns

Name Datatype Length Precision Not-null Comments
CALC_JOB_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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
BATCH_NAME VARCHAR2 160 Yes Batch name
START_DATE DATE start date
END_DATE DATE end date
INTELLIGENT_FLAG VARCHAR2 1 Flag to indicate if the calc run is incremental or total
CALCULATE_FOR VARCHAR2 30 Valid Values : ALL_PARTICIPANTS, PARTICIPANTS_IN_NOTIFY_LOG, SPECIFIC_PARTICIPANTS
PARTICIPANT_OPTION VARCHAR2 30 Valid Values : ALL_PARTICIPANTS, PARTICIPANTS_IN_NOTIFY_LOG, PARTICIPANTS_IN_PAY_GROUP, PARTCIPANTS_IN_COMP_PLAN, SPECIFIC_PARTICIPANTS
JOB_STATUS VARCHAR2 15 Indicates whether the calc run is completed or incomplete
PROCESS_AUDIT_ID NUMBER 18 Process audit primary key
LOGICAL_BATCH_ID NUMBER 18 logical batch unique identifier
SIMULATION_ID NUMBER 18 The ID of the simulation when running the calculation job in simulation mode.
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.
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.
UDQ_ANALYSIS_FLAG VARCHAR2 1 Flag to enable UDQ performance analysis

Foreign Keys

Table Foreign Table Foreign Key Column
CN_TP_CALC_JOBS_ALL cn_process_audits_all PROCESS_AUDIT_ID
cn_tp_calc_job_vldns_all cn_tp_calc_jobs_all CALC_JOB_ID
cn_tp_calc_job_prtcpnts_all cn_tp_calc_jobs_all CALC_JOB_ID
cn_tp_calc_job_details_all cn_tp_calc_jobs_all CALC_JOB_ID

Indexes

Index Uniqueness Tablespace Columns
CN_TP_CALC_JOBS_N1 Non Unique Default LOGICAL_BATCH_ID
CN_TP_CALC_JOBS_N2 Non Unique Default REQUEST_ID
CN_TP_CALC_JOBS_N3 Non Unique Default UPPER("BATCH_NAME"), ORG_ID
CN_TP_CALC_JOBS_U1 Unique Default CALC_JOB_ID