MSC_SOP_ENG_REQUESTS
The table internally used by S&OP Dispacher and S&OP Engine to track the status of requests and responses.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_SOP_ENG_REQUESTS_PK |
PLAN_ID, EXECUTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EXECUTION_ID | NUMBER | 18 | Yes | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | |
| PLAN_ID | NUMBER | 18 | Yes | PLAN_ID | |
| REQUEST | VARCHAR2 | 256 | Request ??? command for SOPEng ( provided by SOPDispatcher ) | ||
| RESPONSE_STATUS | NUMBER | 10 | Status as received from SOPEngine | ||
| RESPONSE_MESSAGE | VARCHAR2 | 256 | Response Message ??? provided by SOPEngine | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_SOP_ENG_REQUESTS_U1 | Unique | Default | PLAN_ID, EXECUTION_ID |