CN_SIM_CALC_JOBS_ALL
Contains information about calculation simulation requests.
Details
-
Schema: FUSION
-
Object owner: CN
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
CN_SIM_CALC_JOBS_ALL_PK |
SIMULATION_ID, CALC_JOB_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SIMULATION_ID | NUMBER | 18 | Yes | The ID of the simulation to which this simulation calculation job belongs. | |
| SIMULATION_DELETE_FLAG | VARCHAR2 | 1 | Yes | Used to mark a calculation job as deleted during calculation simulation processing. | |
| CALC_JOB_ID | NUMBER | 18 | Yes | Identifier of the simulation calculation job. | |
| 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 | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| CN_SIM_CALC_JOBS_ALL | cn_process_audits_all | PROCESS_AUDIT_ID |
| CN_SIM_CALC_JOBS_ALL | cn_tp_calc_simulation_all | SIMULATION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CN_SIM_CALC_JOBS_N1 | Non Unique | Default | SIMULATION_ID, LOGICAL_BATCH_ID |
| CN_SIM_CALC_JOBS_N2 | Non Unique | Default | SIMULATION_ID, REQUEST_ID |
| CN_SIM_CALC_JOBS_N3 | Non Unique | Default | SIMULATION_ID, UPPER("BATCH_NAME"), ORG_ID |
| CN_SIM_CALC_JOBS_U1 | Unique | Default | SIMULATION_ID, CALC_JOB_ID |