MSC_SOP_ENG_MODEL_SCRIPTS

This table is necessary for the SOP Engine to execute Python scripts.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_SOP_ENG_MODEL_SCRIPTS_PK

PLAN_ID, USAGE

Columns

Name Datatype Length Not-null Comments
PLAN_ID NUMBER Yes Plan ID for the script
USAGE NUMBER Yes 1 for Set or 2 for Get
SCRIPT CLOB Yes Python Script for either set or get usage
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_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.
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
MSC_SOP_ENG_MODEL_SCRIPTS_UK1 Unique Default PLAN_ID, USAGE