MSC_SOP_RISK_ADJ_COST
This table is used by S&OP Dispatcher to maintain the internal status of the S&OP engine instance related risk-adjusted cost queries.
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MSC_SOP_RISK_ADJ_COST_PK |
PLAN_ID, NODE_TYPE, SRC_ORGANIZATION_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, VENDOR_ID, VENDOR_SITE_ID, CUSTOMER_ID, CUSTOMER_SITE_ID, CUSTOMER_ZONE_ID, DEPARTMENT_ID, RESOURCE_ID, SHIP_METHOD, START_DATE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PLAN_ID | NUMBER | 18 | Yes | PLAN_ID | |
| NODE_TYPE | VARCHAR2 | 20 | Yes | Type of nodes the RAC should apply. It coincides with node type shortcut in the prefix of a node's name. So it can be MA(Machine), CO(Controller), CS(ControlelrSIngle), ST(Storage), SD(StorageDemand) and SU(Supply) | |
| SRC_ORGANIZATION_ID | NUMBER | 18 | Yes | source org | |
| ORGANIZATION_ID | NUMBER | 18 | Yes | destination org | |
| INVENTORY_ITEM_ID | NUMBER | 18 | Yes | item | |
| VENDOR_ID | NUMBER | 18 | Yes | vendor | |
| VENDOR_SITE_ID | NUMBER | 18 | Yes | vendor site | |
| CUSTOMER_ID | NUMBER | 18 | Yes | customer | |
| CUSTOMER_SITE_ID | NUMBER | 18 | Yes | custoemr site | |
| CUSTOMER_ZONE_ID | NUMBER | 18 | Yes | customer zone | |
| DEPARTMENT_ID | NUMBER | 18 | Yes | For a resource, this is the department id | |
| RESOURCE_ID | NUMBER | 18 | Yes | For a resource, this is its id | |
| SHIP_METHOD | VARCHAR2 | 256 | Yes | ship method | |
| START_DATE | NUMBER | 18 | Yes | cost effective date in Julian date. Smalleror equal to 0 indicates wild card that applies to all buckets. | |
| RISK_ADJUSTED_COST | NUMBER | actual cost measure | |||
| UNDER_COST | NUMBER | UNDER_COST | |||
| OVER_COST | NUMBER | OVER_COST | |||
| 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_RISK_ADJ_COST_U1 | Unique | Default | PLAN_ID, NODE_TYPE, SRC_ORGANIZATION_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, VENDOR_ID, VENDOR_SITE_ID, CUSTOMER_ID, CUSTOMER_SITE_ID, CUSTOMER_ZONE_ID, DEPARTMENT_ID, RESOURCE_ID, SHIP_METHOD, START_DATE |