MSC_SCP_IOT_WORKFLOWS
Stores the setup info on SCP IOT workflows.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_SCP_IOT_WORKFLOWS_PK |
IOT_PLAN_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
IOT_PLAN_ID | NUMBER | 18 | Yes | Generated IOT Plan ID that if mapping the combination of SCP Plan ID and SCP Forecast Profile ID. | |
PLAN_ID | NUMBER | 18 | Yes | The SCP Plan ID From Which The Data Was Extracted To The IOT Engine. | |
PROFILE_ID | NUMBER | 18 | Yes | The Forecast Profile Id that is used to drive the IOT data set configuration. | |
IOT_WORKFLOW_ID | VARCHAR2 | 50 | Yes | The Workflow ID on IOT API that used to Identifiy This Run. | |
IOT_WORKFLOW_NAME | VARCHAR2 | 250 | Yes | The Display Name Of The IOT Workflow. A Combination of Plan Name + Engine Profile Name. | |
IOT_WORKFLOW_PAYLOAD | CLOB | Workflow payload for the IOT | |||
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 |
---|---|---|---|
MSC_SCP_IOT_WORKFLOWS_U1 | Unique | Default | IOT_PLAN_ID |
MSC_SCP_IOT_WORKFLOWS_U2 | Unique | Default | PLAN_ID, PROFILE_ID |