PON_BID_SHIPMENTS

PON_BID_SHIPMENTS stores responses' shipment information (for now, limited to price breaks).

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PON_BID_SHIPMENTS_PK

BID_NUMBER, LINE_NUMBER, SHIPMENT_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
BID_NUMBER NUMBER 18 Yes Unique Bid Number
LINE_NUMBER NUMBER Yes Bid Line Number
SHIPMENT_NUMBER NUMBER Yes Bid Shipment Number
AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Id
AUCTION_SHIPMENT_NUMBER NUMBER Auction Shipment Number
SHIPMENT_TYPE VARCHAR2 25 Type of shipment
SHIP_TO_ORGANIZATION_ID NUMBER 18 Ship-to Organization Id
SHIP_TO_LOCATION_ID NUMBER 18 Ship-to Location Id
QUANTITY NUMBER Shipment Quantity
PRICE_TYPE VARCHAR2 25 Type of Shipment Price
PRICE NUMBER Shipment Price
BID_CURRENCY_PRICE NUMBER Shipment Bid Currency Price
PRICE_DISCOUNT NUMBER Shipment Price Discount
EFFECTIVE_START_DATE DATE Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
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.
HAS_PRICE_DIFFERENTIALS_FLAG VARCHAR2 1 Yes Not currently used. Flag to indicate if the response shipment has price differentials.
UNIT_PRICE NUMBER Stores value entered by supplier in auction currency
BID_CURRENCY_UNIT_PRICE NUMBER Stores value entered by supplier in bid currency.
OLD_BID_CURRENCY_UNIT_PRICE NUMBER Unit price in bid currency for source bid
OLD_BID_CURRENCY_PRICE NUMBER Total price in bid currency from source bid.
OLD_PRICE_DISCOUNT NUMBER Price discount from source bid.
OLD_SHIP_TO_ORG_ID NUMBER 18 Ship to organization id from source bid.
OLD_SHIP_TO_LOC_ID NUMBER 18 Ship to location id from source bid.
OLD_EFFECTIVE_START_DATE DATE Effective start date from source bid.
OLD_EFFECTIVE_END_DATE DATE Effective end date from source bid.
OLD_QUANTITY NUMBER Quantity from source bid.
OLD_PRICE_TYPE VARCHAR2 25 Price type from source bid.
MAX_QUANTITY NUMBER Stores the Maximum Quantity for Quantity Tiers
PER_UNIT_PRICE_COMPONENT NUMBER Contains the per unit price minus Fixed amount components
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.
INTERFACE_LINE_ID NUMBER Interface Line ID
OLD_MAX_QUANTITY NUMBER Max quantity of the previous bid.
AUCTION_LINE_NUMBER NUMBER Yes Line number of the Negotiation line. For Alternate lines, this will store the Negotiation Line number for which the alternate is created.

Foreign Keys

Table Foreign Table Foreign Key Column
PON_BID_SHIPMENTS pon_bid_headers BID_NUMBER
PON_BID_SHIPMENTS pon_auction_item_prices_all AUCTION_HEADER_ID, LINE_NUMBER
PON_BID_SHIPMENTS pon_auction_headers_all AUCTION_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
PON_BID_SHIPMENTS_U1 Unique Default BID_NUMBER, LINE_NUMBER, SHIPMENT_NUMBER