PON_BIDDING_PARTY_CONTACTS

PON_BIDDING_PARTY_CONTACTS stores the trading partner contacts of the invited suppliers of PON_BIDDING_PARTIES. This table is used to capture all the contacts that need to receive notifications.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PON_BIDDING_PARTY_CONTACTS_PK

BIDDING_PARTNER_CONTACT_ID

Columns

Name Datatype Length Precision Not-null Comments
BIDDING_PARTNER_CONTACT_ID NUMBER 18 Yes Unique identifier for PON_BIDDING_PARTY_CONTACTS table
AUCTION_HEADER_ID NUMBER 18 Yes Unique identifier of a negotiation
LIST_ID NUMBER 18 Yes Unique Identifier of bidders list
SEQUENCE NUMBER 18 Yes Order indication for displaying the parties
TRADING_PARTNER_ID NUMBER 18 Identifier for Bidder trading partner
TRADING_PARTNER_CONTACT_ID NUMBER 18 Yes Identifier for contact person of bidder trading partner
VENDOR_SITE_ID NUMBER 18 Stores the vendor site id of invited vendor from poz_supplier_sites_all_m.
HAS_NOTIFICATION_SENT_FLAG VARCHAR2 1 Flag to indicate whether notification has been sent for the contacts of this supplier.
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_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_BIDDING_PARTY_CONTACTS pon_bidding_parties AUCTION_HEADER_ID
PON_BIDDING_PARTY_CONTACTS pon_bidding_parties LIST_ID
PON_BIDDING_PARTY_CONTACTS pon_bidding_parties SEQUENCE
PON_BIDDING_PARTY_CONTACTS pon_bidding_parties TRADING_PARTNER_ID
PON_BIDDING_PARTY_CONTACTS pon_bidding_parties VENDOR_SITE_ID

Indexes

Index Uniqueness Tablespace Columns
PON_BIDDING_PARTY_CONTACTS_U1 Unique PON_BIDDING_PARTY_CONTACTS_U2 BIDDING_PARTNER_CONTACT_ID
PON_BIDDING_PARTY_CONTACTS_U2 Unique Default AUCTION_HEADER_ID, LIST_ID, SEQUENCE, TRADING_PARTNER_CONTACT_ID