MSC_PLAN_STAT_SUMMARY
This table store plan statistics information.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSC_PLAN_STAT_SUMMARY_PK |
PLAN_ID, EXECUTION_ID, STATISTICS_CODE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
PLAN_ID | NUMBER | 18 | Yes | This value indicates the plan identifier for the record. | |
EXECUTION_ID | NUMBER | 18 | Yes | The execution id of the plan run action. It is the same execution id stored in other tables, e.g. MSC_PLAN_STATUS. | |
STATISTICS_CODE | NUMBER | 6 | Yes | The statistics code for which the value is recorded, e.g. Supply, Demand, OnHand. | |
STATISTICS_VALUE | NUMBER | 18 | Yes | The recorded value for a given statistics code. | |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSC_PLAN_STAT_SUMMARY_U1 | Unique | Default | PLAN_ID, EXECUTION_ID, STATISTICS_CODE |