CN_RS_RULE_DEPLOY_BATCHES

This table has the batches of rules that needs to be deployed or deleted from de normalization data.

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CN_RS_RULE_DEPLOY_BATCHES_PK

RULE_DEPLOY_BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_DEPLOY_BATCH_ID NUMBER Yes Unique identifier or primary key of the table.
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.
PARENT_REQUEST_ID NUMBER Request id of the synchronize rule deployment job.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
WORKER_ID NUMBER Worker or Batch Id of the process attribute values job.
RULE_ID NUMBER Rule id of the rule to be processed.
LEVEL_FROM_ROOT NUMBER Level from the root rule object.
DELETE_FLAG VARCHAR2 1 Value can be either Y or N . Based on this value denorm data will be deleted.
HIERARCHY_FLAG VARCHAR2 1 Value can be either Y or N . Based on this value hierarchy table will be populated/deleted.
ATTRIBUTE_FLAG VARCHAR2 1 Value can be either Y or N . Based on this value denorm values table will be populated/deleted.
RANK_FLAG VARCHAR2 1 Value can be either Y or N . Based on this value absolute rank will be calculated.
STATUS_CODE VARCHAR2 30 It has status code of process attributes and rank job.
COMMENTS VARCHAR2 600 It has a reason about process error.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name 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.
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.

Indexes

Index Uniqueness Tablespace Columns
CN_RS_RULE_DEPLOY_BATCHES_N1 Non Unique Default PARENT_REQUEST_ID, WORKER_ID, RULE_ID
CN_RS_RULE_DEPLOY_BATCHES_U1 Unique Default RULE_DEPLOY_BATCH_ID