MSC_BP_PRICE_BREAKS

This table stores the supplier, supplier site, item, organization based price break in buyer planning.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_BP_PRICE_BREAKS_PK

BP_PB_ID

Columns

Name Datatype Length Precision Not-null Comments
BP_PB_ID NUMBER 18 Yes Uniquely identifies price break used for buyer planning.
PRC_HEADER_ID NUMBER 18 Yes Uniquely identifies the purchase order header in Procurement.
PRC_LINE_ID NUMBER 18 Yes Uniquely identifies the purchase order line in Procurement.
PRC_LINE_LOCATION_ID NUMBER 18 Yes Uniquely identifies purchase the order line location in Procurement.
SUPPLIER_ID NUMBER 18 Yes Value that uniquely identifies the source supplier.
SUPPLIER_SITE_ID NUMBER 18 Yes This value indicates the supplier site identifier.
SUPPLIER_SITE_CODE VARCHAR2 240 Yes This value indicates the supplier site code.
INVENTORY_ITEM_ID NUMBER 18 Yes This value indicates the inventory item identifier.
ORGANIZATION_ID NUMBER 18 This value indicates the organization identifier.
START_DATE DATE Effective start date of the price break.
END_DATE DATE Expiration date of the price break.
QUANTITY NUMBER Break quantity for the price break.
PRICE_DISCOUNT NUMBER Discount percentage for the price break.
PRICE_OVERRIDE NUMBER Order shipment price or break price.
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.

Indexes

Index Uniqueness Tablespace Columns
MSC_BP_PRICE_BREAKS_N1 Non Unique Default PRC_LINE_LOCATION_ID
MSC_BP_PRICE_BREAKS_N2 Non Unique Default SUPPLIER_ID, SUPPLIER_SITE_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID, START_DATE, END_DATE
MSC_BP_PRICE_BREAKS_U1 Unique Default BP_PB_ID