MSC_SOP_ENG_STATUS
This table is used by S&OP Dispatcher to maintain the status of the S&OP engine instance, and plan-id related information.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PLAN_ID | NUMBER | 18 | Yes | PLAN_ID | |
| ESS_JOB_ID | NUMBER | 18 | JOB_ID as assigned by ESS on launching of S&OP engine instance. | ||
| ENG_STATUS | NUMBER | 3 | Values indicating status of the S&OP engine instance ( set by S&OP Dispatcher - range: -4 to +4 | ||
| SYM_FILE | BLOB | SYM format file saved - gzip or flatascii file - for use of S&OP engine; | |||
| IS_SYM_STATUS | NUMBER | 2 | Describes what is saved in SYM_FILE field: 1 - is SYM flat file 2 - is gzip-ed SYM file 0 - no sym file exist yet | ||
| USER_CHANGES_FILE | CLOB | File containing the user changes that need to be applied on the model saved in current SYM file by the S&OP engine. | |||
| 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. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_SOP_ENG_STATUS_U1 | Unique | Default | PLAN_ID |