MSC_RP_INPUT_PEGGING

This table stores a copy of the pegging information from the input supply schedule for a replenishment plan.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MSC_RP_INPUT_PEGGING_PK

PLAN_ID, INPUT_PLAN_ID, INPUT_PEGGING_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_ID NUMBER 18 Yes This value indicates the plan identifier for the record. Foreign key reference to msc_plan_definitions.
INPUT_PLAN_ID NUMBER 18 Yes Plan identified of the input supply schedule plan. Foreign key reference to msc_plan_definitions.
INPUT_PEGGING_ID NUMBER 18 Yes Pegging identifier from the input supply plan.
ORGANIZATION_ID NUMBER 18 Yes Organization of the item in input plan.
INVENTORY_ITEM_ID NUMBER 18 Yes Identifies the inventory item for the input pegging entry.
SOURCE_ORGANIZATION_ID NUMBER 18 Requesting organization or subinventory in replenishment plan.
SUPPLY_DATE DATE Date of the supply when the material is available.
ALLOCATED_QUANTITY NUMBER Quantity of material from this supply allocated to this demand.
SUPPLY_ID NUMBER 18 Transaction identifier of the supply order.
ORDER_TYPE NUMBER Specifies the type of the order for the supply.
SUPPLY_QUANTITY NUMBER Full quantity of the supply order.
ORDER_NUMBER VARCHAR2 240 Order number of the supply order.
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.

Indexes

Index Uniqueness Tablespace Columns
MSC_RP_INPUT_PEGGING_N1 Non Unique Default PLAN_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID
MSC_RP_INPUT_PEGGING_U1 Unique Default PLAN_ID, INPUT_PLAN_ID, INPUT_PEGGING_ID