PON_SELLER_AUCTION_LINES
Table to store line level details for seller auctions.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PON_SELLER_AUCTION_LINES_PK |
SELLER_AUCTION_HEADER_ID, LINE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| SELLER_AUCTION_HEADER_ID | NUMBER | 18 | Yes | Auction Header Identifier | |
| LINE_ID | NUMBER | 18 | Yes | System-generated unique identifier for the line | |
| DISPLAY_LINE_NUMBER | NUMBER | Display line number | |||
| DISPLAY_SEQUENCE_NUMBER | NUMBER | Internal number used for ordering lines | |||
| PRC_BU_ID | NUMBER | 18 | Yes | Procurement Business Unit Id | |
| INV_ORG_ID | NUMBER | 18 | Inventory organization id. | ||
| ITEM_ID | NUMBER | 18 | Item Id | ||
| ITEM_REVISION | VARCHAR2 | 18 | Item Revision | ||
| DESCRIPTION | VARCHAR2 | 2500 | Line description | ||
| CATEGORY_ID | NUMBER | 18 | Unique Identifier for category | ||
| QUANTITY | NUMBER | Quantity | |||
| UOM_CODE | VARCHAR2 | 3 | Code for unit of measure | ||
| PARTIAL_QUANTITY_ALLOWED_FLAG | VARCHAR2 | 1 | Flag indicates whether partial quantity is allowed or not | ||
| BID_START_PRICE | NUMBER | Minimum price that the bids should start | |||
| MIN_BID_PRICE_INCREMENT | NUMBER | Minimum allowable bid increment in a bidders bid | |||
| RESERVE_PRICE | NUMBER | Reserve Price | |||
| SHIP_FROM_LOCATION_ID | NUMBER | 18 | Location Identifier to which auction items will be shipped from | ||
| NOTE_TO_BIDDERS | VARCHAR2 | 4000 | Note to bidders | ||
| NUMBER_OF_BIDS | NUMBER | Number of bids received for this item | |||
| BEST_BID_NUMBER | NUMBER | 18 | Bid Number of bid containing best price | ||
| BEST_BID_PRICE | NUMBER | Price in best bid | |||
| BEST_BID_QUANTITY | NUMBER | Quantity in best bid | |||
| BEST_BID_PROXY_MAXIMUM_PRICE | NUMBER | Proxy Bid price for the best bid | |||
| AWARD_STATUS | VARCHAR2 | 25 | Award status for this line | ||
| AWARDED_QUANTITY | NUMBER | Total quantity awarded for auction | |||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PON_SELLER_AUCTION_LINES | pon_seller_auction_headers | SELLER_AUCTION_HEADER_ID |
| pon_seller_auc_bid_lines | pon_seller_auction_lines | SELLER_AUCTION_HEADER_ID, LINE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_SELLER_AUCTION_LINES_U1 | Unique | Default | SELLER_AUCTION_HEADER_ID, LINE_ID |