MSC_AI_NOTIFICATIONS
This table stores the notifications generated by IOT.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_AI_NOTIFICATIONS_PK |
PLAN_ID, NOTIFICATION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | 18 | Yes | Plan identifier of the IOT/AI alert. | |
NOTIFICATION_ID | NUMBER | 18 | Yes | Unique identifier for the Notification from IOT/AI. | |
NOTIFICATION_TYPE | NUMBER | 2 | Yes | Represents Type of AI Notification. Ex: Production Monitoring Alerts, NPI, etc.. | |
NOTIFICATION_NAME | VARCHAR2 | 250 | This represents name of the reported incident. | ||
ENTITY_ID | NUMBER | Yes | Entity Member Id corresponding to Notification. Ex: Item Id, Resource Instance etc. | ||
ENTITY_DIM_ID | NUMBER | This represents the Entity dimension Id. Ex: Product,Org,Resource etc.. | |||
ENTITY_LVL_ID | NUMBER | This represents the Entity level Id. | |||
PARENT_ENTITY_ID | NUMBER | This represents the Parent Id corresponding to Entity ID. | |||
PARENT_ENTITY_LVL_ID | NUMBER | This represents the Parent level ID . | |||
STATUS | NUMBER | 1 | This represents the status of the incident/alert. | ||
REPORT_TIME | TIMESTAMP | This represents the timestamp at which the incident was reported. | |||
LAST_STATUS_TIME | TIMESTAMP | This represents the timestamp at which action has taken. | |||
CONTENT_TYPE | NUMBER | 2 | Type of incident(Anomaly/Prediction etc). | ||
CONFIDENCE_LEVEL | NUMBER | 6 | This represents the confidence level of type of incident(Anomaly/Prediction etc). | ||
CONTENT | CLOB | Yes | This stores the JSON object returned from IOT instance. | ||
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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_AI_NOTIFICATIONS_N1 | Non Unique | Default | PLAN_ID, ENTITY_ID, ENTITY_DIM_ID, ENTITY_LVL_ID |
MSC_AI_NOTIFICATIONS_U1 | Unique | Default | PLAN_ID, NOTIFICATION_ID |