MSC_SP_ENG_STATUS
This table is used by SP constrained engine to maintaine the status of the YPSLPCESS executable and plan-id related information.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_SP_ENG_STATUS_PK |
PLAN_ID, GROUP_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PLAN_ID | NUMBER | 18 | Yes | PLAN_ID - the unique indentifier for constrained planning engine status | |
| GROUP_ID | NUMBER | Yes | GROUP_ID - group indentifier for constrained planning engine status | ||
| ESS_JOB_ID | NUMBER | 18 | ESS_JOB_ID - holds constrained planning engine ess job id | ||
| ENG_STATUS | NUMBER | 2 | ENG_STATUS - holds constrained planning engine status | ||
| ESS_STATUS | NUMBER | 2 | ESS_STATUS - holds constrained planning ess job status | ||
| MODEL_FILE | BLOB | MODEL_FILE - holds constrained planning model file | |||
| SOLUTION_FILE | BLOB | SOLUTION_FILE - holds constrained planning model file | |||
| LP_PARAMETER | CLOB | Lp parameter used in optimization. | |||
| LOG_FILE | CLOB | ENGINE LOG - constrained planning engine log file | |||
| LAST_UPDATE_DATE_ENG | TIMESTAMP | Yes | LAST_UPDATE_DATE_ENG - indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of 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_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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| MSC_SP_ENG_STATUS | msc_plan_definitions | PLAN_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_SP_ENG_STATUS_U1 | Unique | Default | PLAN_ID, GROUP_ID |