PON_AUCTION_SUMMARY
PON_AUCTION_SUMMARY stores temporary data to be displayed in the summary page before a negotiation is created.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: SUMMARY
Primary Key
| Name | Columns |
|---|---|
|
PON_AUCTION_SUMMARY_PK |
AUCTION_ID, BATCH_ID, LINE_NUMBER, BID_NUMBER |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AUCTION_ID | NUMBER | 18 | Yes | System-generated unique Identifier of Auction | |
| LINE_NUMBER | NUMBER | Yes | Auction Line Item | ||
| TRADING_PARTNER_ID | NUMBER | 18 | Unique Identifier for trading partner of awarded bid | ||
| CURRENT_PRICE | NUMBER | Current price of auction | |||
| AWARD_QUANTITY | NUMBER | Quantity awarded | |||
| DISPLAY_RESPONSE_QUANTITY | NUMBER | Display Response Quantity | |||
| BATCH_ID | NUMBER | 18 | Yes | Batch ID | |
| BID_PRICE | NUMBER | Price of awarded bid | |||
| TRADING_PARTNER_CONTACT_ID | NUMBER | 18 | Unique Identifier of trading partner contact for the awarded response | ||
| RESPONSE_QUANTITY | NUMBER | Response Quantity | |||
| RANK | NUMBER | Rank of the response | |||
| BID_NUMBER | NUMBER | 18 | Yes | Bid Number of the response | |
| AWARD_SHIPMENT_NUMBER | NUMBER | Reference to bid shipment number in case award is based on Quantity tiers | |||
| SAVINGS_AMOUNT | NUMBER | Savings amount for the awarded bid line calculated as (Current Price - Award Price) * nvl(Award Quantity, nvl(Auction Quantity,1)) | |||
| VENDOR_ID | NUMBER | 18 | Vendor Id from the response | ||
| VENDOR_SITE_ID | NUMBER | 18 | Vendor site id from the response | ||
| AWARD_PRICE | NUMBER | Award price of awarded response | |||
| 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. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PON_AUCTION_SUMMARY | hz_parties | TRADING_PARTNER_ID |
| PON_AUCTION_SUMMARY | hz_parties | TRADING_PARTNER_CONTACT_ID |
| PON_AUCTION_SUMMARY | pon_bid_headers | BID_NUMBER |
| PON_AUCTION_SUMMARY | poz_suppliers | VENDOR_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_AUCTION_SUMMARY_U1 | Unique | Default | AUCTION_ID, BATCH_ID, LINE_NUMBER, BID_NUMBER |