MSC_BM_RUN_DMD_ATTR_CONSMP

Table will store the information about how the demand was planned, which allocations it used

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_BM_RUN_DMD_ATTR_CONSMP_PK

TRANSACTION_ID

Columns

Name Datatype Length Not-null Comments
TRANSACTION_ID NUMBER Yes Field is unique identifier for allocation consumption event for a backlog run
BM_RUN_ID NUMBER Field indicates unique identifier for a backlog plan run
DEMAND_ID NUMBER Field indicates unique identifier for a demand
ORGANIZATION_ID NUMBER Field indicates unique identifier for organization
INVENTORY_ITEM_ID NUMBER Field indicates unique identifier for inventory item
RESOURCE_ID NUMBER Field indicates unique identifier for resource
ATTRIBUTE_ID VARCHAR2 20 Field indicating the attribute of the allocation
ATTRIBUTE_VALUE_ID NUMBER Field indicates attribute value
DMD_ATTRIBUTE_VALUE_ID NUMBER Field indicates attribute value identifier on the demand.
ATTRIBUTE_LEVEL NUMBER Field indicates level of allocation
IS_SIBLING NUMBER Field indicates if consumption is from sibling
CONSUMPTION_TYPE NUMBER Field indicates consumption type
CONSUMPTION_DATE DATE Field indicates consumption date
QUANTITY NUMBER Field indicates consumed quantity
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_BM_RUN_DMD_ATTR_CONSMP_N1 Non Unique Default BM_RUN_ID, DEMAND_ID
MSC_BM_RUN_DMD_ATTR_CONSMP_N2 Non Unique Default BM_RUN_ID, ORGANIZATION_ID, INVENTORY_ITEM_ID, ATTRIBUTE_ID, ATTRIBUTE_VALUE_ID, CONSUMPTION_DATE
MSC_BM_RUN_DMD_ATTR_CONSMP_U1 Unique Default TRANSACTION_ID