MSC_SP_CTB_DONOR_COMPONENTS

This table is used to hold the donor components

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_SP_CTB_DONOR_COMPONEN_PK

PLAN_ID, MAKE_ORDER_TRANSACTION_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, DONOR_ORDER_TRANSACTION_ID

Columns

Name Datatype Length Not-null Comments
PLAN_ID NUMBER Yes Unique Id of the plan which is associated to the planning cycle
MAKE_ORDER_TRANSACTION_ID NUMBER Yes Make orders Transaction id of the type of supplies that mark the record as unique identifier along with plan id
DONOR_ORDER_TRANSACTION_ID NUMBER Yes Donor orders Transaction id of the type of supplies that mark the record as unique identifier along with plan id
INVENTORY_ITEM_ID NUMBER Yes Indicates the id of the Inventory item identifier
ORGANIZATION_ID NUMBER Yes Organization identifier of the organization owning the plan
PEGGED_ON_HAND_QUANTITY NUMBER This column indicates Donor Orders Pegged onhand quntity
COMPONENT_QUANTITY NUMBER This column indicates that component quantity
PERCENT_OF_ON_HAND NUMBER This column indicates that the percentage of onhand
POTENTIAL_ONHAND_INCREASE NUMBER This column indicates that the how much potential onhand can increase
TOTAL_COMPONENT_ON_HAND NUMBER This column indicates that the total component of onhand
PERCENT_PEGGED_BY_ON_HAND NUMBER This column indicates that the percentage pegged by onhand
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.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
MSC_SP_CTB_DONOR_COMP_U1 Unique Default PLAN_ID, MAKE_ORDER_TRANSACTION_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, DONOR_ORDER_TRANSACTION_ID