PSC_TS_PROCESS_RTMIG_ACTIVITY
This table tracks the runtime process instances migration activites for structured and dynamic processes.
Details
-
Schema: FUSION
-
Object owner: PSC_TS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PSC_TS_PROCESS_RTMIG_ACT_PK |
MIG_ACTIVITY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MIG_ACTIVITY_ID | NUMBER | 18 | Yes | Auto-generated value | |
| RECORD_ID | VARCHAR2 | 100 | Yes | Identifies a unique PSCR record id that is associated with the workflow instances. | |
| WORKFLOW_TYPE | VARCHAR2 | 100 | Yes | Workflow type. | |
| MIG_FROM_GEN_VERSION | VARCHAR2 | 10 | OPA generation version migrated from. | ||
| MIG_TO_GEN_VERSION | VARCHAR2 | 10 | OPA generation version migrated to. | ||
| MIGRATION_STATUS | VARCHAR2 | 30 | Indicates if the process instance migration was successful or not. | ||
| WF_XREF_PUBLISHED_FLAG | VARCHAR2 | 1 | Workflow process instance published flag. | ||
| PRE_MIG_PROCESS_ID | VARCHAR2 | 100 | Yes | Workflow process id before migration. | |
| PRE_MIG_PROCESS_STATUS | VARCHAR2 | 100 | Workflow process instance status before migration. | ||
| PRE_MIG_PROCESS_XREF_KEY | NUMBER | 18 | Process reference key before migration. | ||
| PRE_MIG_CUR_TASK_ID | VARCHAR2 | 500 | COLUMN3 | ||
| PRE_MIG_CUR_TASK_STATUS | VARCHAR2 | 500 | Workflow process instance's current task's status before migration. | ||
| POST_MIG_PROCESS_ID | VARCHAR2 | 100 | Workflow process id after migration. | ||
| POST_MIG_PROCESS_XREF_KEY | NUMBER | 18 | Process refernce key after migration. | ||
| POST_MIG_CUR_TASK_ID | VARCHAR2 | 500 | Workflow process instance's current task's id. | ||
| PRE_MIG_PROCESS_AUDIT | CLOB | Process audit information before migration. | |||
| PRE_MIG_PROCESS_DTL | CLOB | Process details before migration. | |||
| PRE_MIG_TASK_DTL | CLOB | Task details before migration. | |||
| RESPONSE_HTTP_CODE | NUMBER | 3 | Rest response code. Takes values- 200,400,500 etc. | ||
| REST_RESPONSE | CLOB | REST response returned by the PSCR migration REST API | |||
| RECORD_KEY | NUMBER | 18 | Record Key. | ||
| RECORD_TYPE_ID | VARCHAR2 | 100 | Record type id | ||
| CLASSIFICATION | VARCHAR2 | 10 | Classification | ||
| TRANSACTION_INFO | CLOB | Transaction information such as classification, subclassification, record_type, record_type_id, applicant, version_type, etc. | |||
| PRE_MIG_WF_CONFIG | CLOB | WF configuration associated with PSCR record type before migration. | |||
| POST_MIG_WF_CONFIG | CLOB | WF configuration associated with PSCR Record type after migration. | |||
| 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. | |
| 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 |
|---|---|---|---|
| PSC_TS_PROCESS_RTMIG_ACT_PK | Unique | Default | MIG_ACTIVITY_ID |