MSC_BM_ALLOC_SCENARIOS

Table for Backlog Management Allocation Workbench Scenario per user based

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_BM_ALLOC_SCENARIOS_PK

SCENARIO_ID

Columns

Name Datatype Length Precision Not-null Comments
SCENARIO_ID NUMBER 18 Yes Field indicates identifier for allocation Scenario.
NAME VARCHAR2 80 Field indicates Name for allocation Scenario.
DESCRIPTION VARCHAR2 240 Field indicates description for allocation Scenario.
OWNED_BY VARCHAR2 64 Field identifies owner user could only view scenarios which the user owns.
START_DATE DATE Field defines start date for a scenario.
NUM_OF_BUCKETS NUMBER 9 Field defines number of allocation buckets to consider for a given scenario.
INVENTORY_ITEM_ID NUMBER Field indicates identifier for inventory item.
ITEM_IDS VARCHAR2 4000 Filed indicates the list of item identifiers that are for this scenario.
ORGANIZATION_ID NUMBER Field indicates identifier for organization.
ALLOC_MEASURES VARCHAR2 4000 Field stores selected measures by type.
ATTRIBUTE_VALUE_IDS VARCHAR2 4000 Store attribute id and attribute value id combinations.
METRIC_MEASURES VARCHAR2 4000 Field stores selected metrics by type.
INCLUDE_CHILD_LEVEL NUMBER 1 This flag is used to control Demand Satisfactory Metrics calculation.
DEFAULT_FLAG NUMBER 1 Field indicates flag defining if it's default scenario.
WORKAREA_TYPE NUMBER 2 Field indicates the workarea type either Backlog Management or Global Order Promising.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
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.
ORGANIZATION_ID_LIST VARCHAR2 4000 Field indicates the list of comma separated values for organization identifiers used in an allocation scenario.

Indexes

Index Uniqueness Tablespace Columns
MSC_BM_ALLOC_SCENARIOS_U1 Unique Default SCENARIO_ID