MSC_BM_ALLOCATIONS

This table describes the allocations defined against the specific attribute for a time phase

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_BM_ALLOCATIONS_PK

ALLOCATION_ID

Columns

Name Datatype Length Precision Not-null Comments
ALLOCATION_ID NUMBER 18 Yes Unique identifier for the backlog allocation
TIME_PHASE_ID NUMBER 18 Yes Time Phase identifier for the Backlog Management allocation rule
ATTRIBUTE_ID NUMBER Yes identifier of an Attribute selected for the allocation
PARENT_ATTRIBUTE_ID NUMBER stores the value of parent attribute to establish relationship
ATTRIBUTE_VALUE_ID NUMBER Yes Identifier of Attribute Value of the specific attribute
ALLOCATION_VALUE NUMBER Value of supply allocated to customer or demand class
ATTRIBUTE_VALUE VARCHAR2 100 Name of Attribute Value specific to attribute value selected
RANK NUMBER Rank specified against the Attribute
STEALING_PROTECTION NUMBER Value of Stealing Protection against the Attribute
ATTR_GROUP NUMBER Group the the selected attribute values into single group based on its relationship
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_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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
REFRESH_NUMBER NUMBER 18 Refresh identifier populated by the collection program.

Indexes

Index Uniqueness Tablespace Columns
MSC_BM_ALLOCATIONS_U1 Unique Default ALLOCATION_ID
MSC_BM_ALLOCATIONS_U2 Unique Default TIME_PHASE_ID, ATTRIBUTE_ID, ATTRIBUTE_VALUE_ID