MSC_BM_RUN_ITEMS
This table contains records for items for particular Backlog Management run
Details
-
Schema: FUSION
-
Object owner: MSC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
MSC_BM_RUN_ITEMS_PK |
BM_RUN_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BM_RUN_ID | NUMBER | Yes | Field indicates unique identifier for Backlog Management run | ||
| ORGANIZATION_ID | NUMBER | Yes | Field indicates identifier for Organization | ||
| INVENTORY_ITEM_ID | NUMBER | Yes | Field indicates identifier for inventory item | ||
| 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. | ||
| DAYS_ITF | NUMBER | Field indicates column for infinite time fence days | |||
| DAYS_PASTDUE_DEMAND | NUMBER | Field contains value of past due days to be considered for demand | |||
| DAYS_PASTDUE_SUPPLY | NUMBER | Field contains value of past due days to be considered for supply | |||
| INCLUDE_SUPPLIES | VARCHAR2 | 100 | Field contains the types of supplies to be loaded for every item in the Backlog Management run | ||
| LEAD_TIME_DAYS | NUMBER | specifies the number of days till when the supply is zero and after which the supply is infinite, in case of lead time based promising | |||
| SEARCH_COMPONENTS | NUMBER | specifies if components and resources need to be searched, in case of supply chain search mode | |||
| EXISTS_IN_SUPPLY_PLAN | NUMBER | Identifier that indicates if this item is present in supply plan | |||
| ALLOCATION_RULE_ID | NUMBER | Indicated the Allocation Rule Identifier applicable to the item | |||
| IS_HARD_PEGGED | NUMBER | 1 | Field to indicate if the orders in the item needs to be hard pegged |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MSC_BM_RUN_ITEMS_U1 | Unique | FUSION_TS_TX_DATA | BM_RUN_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID |