PON_BIDDING_PARTIES

PON_BIDDING_PARTIES stores the trading partners that are either part of a trading partner list or were invited to participate in a negotiation. If AUCTION_HEADER_ID is populated, then the trading partner was invited to a participate in a negotiation. Otherwise, if LIST_ID is populated, then the trading partner is a member of a trading partners list. Only one of these two columns is populated for any single record.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PON_BIDDING_PARTIES_PK

AUCTION_HEADER_ID, LIST_ID, SEQUENCE

Columns

Name Datatype Length Precision Not-null Comments
AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Identifier
SURROG_BID_ACK_FLAG VARCHAR2 1 Y/N flag to indicate if the acknowledgment is entered by the buyer on behalf of a supplier
LIST_ID NUMBER 18 Yes Unique Identifier of bidders list
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.
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 Identifier for contact person of bidder trading partner
WF_USER_NAME VARCHAR2 30 Not currently used. Workflow user name
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.
SURROG_BID_ACK_PERSON_ID NUMBER 18 Person id of the buyer user entering acknowledgment online on behalf of the supplier
BID_CURRENCY_CODE VARCHAR2 15 Currency code specific to this bidder
NUMBER_PRICE_DECIMALS NUMBER Precision in bid price
RATE NUMBER Currency conversion rate specifc to this bidder
ADDITIONAL_CONTACT_EMAIL VARCHAR2 240 email address for additional negotiation contact invited
ROUND_NUMBER NUMBER The round number in which the bidder is invited ( mainly used in multi-round negotiations )
SUPP_ACKNOWLEDGEMENT VARCHAR2 1 'Y', 'N', or NULL indicating whether invited bidder intends to participate
ACK_PARTNER_CONTACT_ID NUMBER 18 id of participant who entered latest acknowledgement info
ACKNOWLEDGEMENT_TIME DATE latest system time during which acknowledgement info was entered
ACK_NOTE_TO_AUCTIONEER VARCHAR2 4000 reason invited bidder will or will not participate
REGISTRATION_ID NUMBER UMF unique identifier for additional contact invitations
RATE_DSP NUMBER User entered rate from bid to auction currency
WF_ITEM_KEY VARCHAR2 240 Not currently used. Track the workflow item key for the invitation process
LAST_AMENDMENT_UPDATE NUMBER Last amendment number when this record was modified.
VENDOR_SITE_ID NUMBER 18 Stores the vendor site id of invited vendor from poz_supplier_sites_all_m.
VENDOR_SITE_CODE VARCHAR2 240 Stores the vendor site code of invited vendor from poz_supplier_sites_all_m.
MODIFIED_FLAG VARCHAR2 1 Y/N flag to indicate if this record was modified between rounds or amendments.
ACCESS_TYPE VARCHAR2 25 Denotes access to negotiation lines
REQUESTED_SUPPLIER_ID NUMBER 18 Requested Supplier id
REQUESTED_SUPPLIER_CONTACT_ID NUMBER 18 Requested Supplier Contact Id
REQUESTED_SUPPLIER_NAME VARCHAR2 240 Requested Supplier Name
REQUESTED_SUPP_CONTACT_NAME VARCHAR2 300 Requested Supplier Contact Name
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
HAS_NOTIFICATION_SENT_FLAG VARCHAR2 1 Flag to indicate whether notification has been sent for this supplier company.
TOTAL_FIXED_INTERNAL_COST NUMBER Total internal cost value of pricing basis Fixed Amount.
TOTAL_PERCENTAGE_INTERNAL_COST NUMBER Total internal cost factor value of pricing basis Percentage of Response Amount.
IS_ICF_VALUE_CHANGED VARCHAR2 1 A flag to indicate whether the internal cost factor values have been changed for this supplier.
NOTIFY_CONTACTS_FLAG VARCHAR2 1 Flag to indicate whether notification has to be sent to all the supplier contacts
STABLE_STATE_DATE TIMESTAMP Date after which row cannot be hard deleted. This flag is used to support FDI incremental data load of Sourcing reports.

Foreign Keys

Table Foreign Table Foreign Key Column
PON_BIDDING_PARTIES per_persons SURROG_BID_ACK_PERSON_ID
PON_BIDDING_PARTIES hz_parties TRADING_PARTNER_ID
PON_BIDDING_PARTIES hz_parties TRADING_PARTNER_CONTACT_ID
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_PARTIES_N2 Non Unique Default TRADING_PARTNER_ID, LAST_UPDATE_DATE
PON_BIDDING_PARTIES_N4 Non Unique Default LAST_UPDATE_DATE
PON_BIDDING_PARTIES_U1 Unique Default AUCTION_HEADER_ID, LIST_ID, SEQUENCE