PON_PARTY_LINE_EXCLUSIONS

PON_PARTY_LINE_EXCLUSIONS stores negotiation line restrictions for a particular supplier/line combination

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PON_PARTY_LINE_EXCLUSIONS_PK

AUCTION_HEADER_ID, LINE_NUMBER, SEQUENCE_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
AUCTION_HEADER_ID NUMBER 18 Yes Unique Auction Header Id
LINE_NUMBER NUMBER Yes Auction Line Number
SEQUENCE_NUMBER NUMBER 18 Yes Supplier's sequence number in pon_bidding_parties
TRADING_PARTNER_ID NUMBER 18 Unique Trading Partner Id
VENDOR_SITE_ID NUMBER 18 Yes Unique vendor site id (-1 if none)
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.
REQUESTED_SUPPLIER_ID NUMBER 18 Requested Supplier Id
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_PARTY_LINE_EXCLUSIONS pon_auction_item_prices_all AUCTION_HEADER_ID, LINE_NUMBER
PON_PARTY_LINE_EXCLUSIONS hz_parties TRADING_PARTNER_ID
PON_PARTY_LINE_EXCLUSIONS hz_parties REQUESTED_SUPPLIER_ID

Indexes

Index Uniqueness Tablespace Columns
PON_PARTY_LINE_EXCLS_N2 Non Unique Default AUCTION_HEADER_ID, TRADING_PARTNER_ID, VENDOR_SITE_ID, LINE_NUMBER
PON_PARTY_LINE_EXCLUSIONS_U1 Unique Default AUCTION_HEADER_ID, LINE_NUMBER, SEQUENCE_NUMBER