PSC_TS_INFLIGHT_MIG_ACTIVITY

This table tracks the inflight workflow migration activities for structured process instances from current workflow version to the latest configured workflow version for each application.

Details

  • Schema: FUSION

  • Object owner: PSC_TS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PSC_TS_INFLIGHT_MIG_ACT_PK

MIG_ACTIVITY_ID

Columns

Name Datatype Length Precision Not-null Comments
MIG_ACTIVITY_ID NUMBER 18 Yes Auto-generated value for Migration Activity ID.
INFLIGHT_MIG_ID NUMBER 18 Inflight Migration ID.
RECORD_ID VARCHAR2 100 Yes PSCR Application Record ID.
WORKFLOW_TYPE VARCHAR2 100 Yes OPA 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 migration status of the process instance.
WF_XREF_PUBLISHED_FLAG VARCHAR2 1 Indicates whether the newly migrated process instance was published to the PSCR Application record.
PRE_MIG_PROCESS_ID VARCHAR2 100 Yes Process Instance ID before migration.
PRE_MIG_PROCESS_STATUS VARCHAR2 100 Process Instance status before migration.
PRE_MIG_PROCESS_XREF_KEY NUMBER 18 Cross reference key for the process instance before migration.
PRE_MIG_CUR_TASK_ID VARCHAR2 1000 Task IDs of one or more tasks that are currently in progress before migration.
PRE_MIG_CUR_TASK_STATUS VARCHAR2 1000 Task statuses of one or more tasks that are currently in progress before migration.
POST_MIG_PROCESS_ID VARCHAR2 100 Process Instance ID after migration.
POST_MIG_PROCESS_XREF_KEY NUMBER 18 Cross reference key for the process instance after migration.
POST_MIG_CUR_TASK_ID VARCHAR2 1000 Task IDs of one or more tasks that are currently in progress after migration.
PRE_MIG_PROCESS_AUDIT CLOB Process Instance audit information before migration.
PRE_MIG_PROCESS_DTL CLOB Process Instance details before migration.
PRE_MIG_TASK_DTL CLOB Task details of one or more in progress tasks before migration.
RESPONSE_HTTP_CODE NUMBER 3 REST response code from the last step of the migration process.
REST_RESPONSE CLOB Detailed REST responses got at each step of the migration process.
RECORD_KEY NUMBER 18 PSCR Application Record Key.
RECORD_TYPE_ID VARCHAR2 100 PSCR Application Record Type ID.
CLASSIFICATION VARCHAR2 50 PSCR Application Classification.
SUB_CLASSIFICATION VARCHAR2 100 PSCR Application Sub-Classification.
TRANSACTION_INFO CLOB Transaction information for the PSCR Application.
PRE_MIG_WF_CONFIG CLOB Workflow configuration associated with PSCR Application Record Type before migration.
POST_MIG_WF_CONFIG CLOB Workflow configuration associated with PSCR Application Record Type after migration.
RECORD_TYPE VARCHAR2 100 PSCR Application Record Type Name.
WF_APP_NAME VARCHAR2 500 OPA Workflow Application Name.
PROCESS_DEFN_NAME VARCHAR2 100 Process Definition Name in the OPA Workflow Application.
CURRENT_WF_APP_VER VARCHAR2 50 OPA Workflow Application Version associated with the PSCR Application before migration.
TARGET_WF_APP_VER VARCHAR2 50 OPA Workflow Application Version associated with the PSCR Application after migration.
ERROR_DETAILS VARCHAR2 2000 Contains details on the errors encountered if any when doing the migration on the PSCR Application.
RETRY_COUNT NUMBER 3 Number of retries that will be attempted, if the initial migration of the PSCR Application had failed.
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_INFLIGHT_MIG_ACT_N1 Non Unique Default RECORD_ID
PSC_TS_INFLIGHT_MIG_ACT_N10 Non Unique Default INFLIGHT_MIG_ID
PSC_TS_INFLIGHT_MIG_ACT_N11 Non Unique Default RECORD_KEY
PSC_TS_INFLIGHT_MIG_ACT_N12 Non Unique Default PRE_MIG_PROCESS_ID
PSC_TS_INFLIGHT_MIG_ACT_N2 Non Unique Default RECORD_TYPE
PSC_TS_INFLIGHT_MIG_ACT_N3 Non Unique Default CLASSIFICATION
PSC_TS_INFLIGHT_MIG_ACT_N4 Non Unique Default SUB_CLASSIFICATION
PSC_TS_INFLIGHT_MIG_ACT_N5 Non Unique Default WF_APP_NAME
PSC_TS_INFLIGHT_MIG_ACT_N6 Non Unique Default PROCESS_DEFN_NAME
PSC_TS_INFLIGHT_MIG_ACT_N7 Non Unique Default CURRENT_WF_APP_VER
PSC_TS_INFLIGHT_MIG_ACT_N8 Non Unique Default TARGET_WF_APP_VER
PSC_TS_INFLIGHT_MIG_ACT_N9 Non Unique Default MIGRATION_STATUS
PSC_TS_INFLIGHT_MIG_ACT_PK Unique Default MIG_ACTIVITY_ID