POR_AMX_RULES_JOBS
This table is used to store the details of the Jobs submitted for deploying rules to BPM.
Details
-
Schema: FUSION
-
Object owner: POR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
POR_AMX_RULES_JOBS_PK |
JOB_NUMBER |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| JOB_NUMBER | NUMBER | 18 | Yes | Job Number which uniquely identifies a Rules Deployment Process. When the job is submitted, ESS will return the Job Number. | |
| JOB_STATUS | VARCHAR2 | 20 | Yes | Job Status. Valid Statuses are PENDING, RUNNING, COMPLETED, ERROR | |
| FAILURE_MESSAGE | VARCHAR2 | 36 | Failure Message to be displayed if an exception occurs while deploying rules. | ||
| LATEST_JOB_FLAG | VARCHAR2 | 1 | Yes | Flag field to specify the latest job for specific composite and task to display in UI. | |
| TASK_KEY | VARCHAR2 | 100 | Yes | Task Name for which the rules are deployed by this job. | |
| COMPOSITE_KEY | VARCHAR2 | 100 | Yes | Composite Name for which the rules are deployed by this job. | |
| OPERATION_NAME | VARCHAR2 | 20 | Operation name. Valid Values are UPGRADE, DEPLOY | ||
| SUBMISSION_DATE | TIMESTAMP | Date and Time of job submission | |||
| START_DATE | TIMESTAMP | Date and Time of the job started processing. | |||
| COMPLETION_DATE | TIMESTAMP | Date and Time of the job completed. | |||
| 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. | ||
| 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. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| POR_AMX_RULES_JOBS_N1 | Non Unique | Default | TASK_KEY, COMPOSITE_KEY, LATEST_JOB_FLAG |
| POR_AMX_RULES_JOBS_U1 | Unique | Default | JOB_NUMBER |