PON_SELLER_AUCTION_BIDDERS

Table to store bidder's data for seller auction

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_SELLER_AUCTION_BIDDER_PK

SELLER_AUCTION_HEADER_ID, BIDDER_ID

Columns

Name Datatype Length Precision Not-null Comments
SELLER_AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Identifier
BIDDER_ID NUMBER 18 Yes System-generated unique identifier for the bidder
TRADING_PARTNER_ID NUMBER 18 Identifier for Bidder trading partner
VENDOR_SITE_ID NUMBER 18 Stores the vendor site id of invited vendor from poz_supplier_sites_all_m.
TRADING_PARTNER_CONTACT_ID NUMBER 18 Identifier for contact person of bidder trading partner
REQUESTED_BIDDER_ID NUMBER 18 Requested Bidder id
REQUESTED_BIDDER_CONTACT_ID NUMBER 18 Requested Bidder Contact Id
ADDITIONAL_CONTACT_EMAIL VARCHAR2 240 email address for additional contact invited
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.
HAS_NOTIFICATION_SENT_FLAG VARCHAR2 1 Flag to indicate whether notification has been sent for this supplier company.

Foreign Keys

Table Foreign Table Foreign Key Column
PON_SELLER_AUCTION_BIDDERS pon_seller_auction_headers SELLER_AUCTION_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
PON_SELLER_AUCTION_BIDDERS_U2 Unique Default BIDDER_ID
PON_SELLER_AUCTION_BIDDE_N1 Non Unique Default TRADING_PARTNER_ID
PON_SELLER_AUCTION_BIDDE_U1 Unique Default SELLER_AUCTION_HEADER_ID, BIDDER_ID