PON_ACCEPTANCES

PON_ACCEPTANCES stores auction and RFQ award information by response (quote/bid) item line. Each record in this table represents either an award or rejection decision indicated by the ACCEPTANCE_TYPE column.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PON_ACCEPTANCES_PK

ACCEPTANCE_ID

Columns

Name Datatype Length Precision Not-null Comments
ACCEPTANCE_ID NUMBER 18 Yes System-generated unique Identifier
AUCTION_HEADER_ID NUMBER 18 Auction Header Identifier
BID_NUMBER NUMBER 18 Bid Number
LINE_NUMBER NUMBER Bid Line Number
ACCEPTANCE_TYPE VARCHAR2 25 Acceptance type to indicate if the Bid line is AWARDED or REJECTED
ACCEPTANCE_DATE DATE Date of Acceptance
REASON VARCHAR2 4000 Reason for award or rejection based on the Acceptance Type
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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_ACCEPTANCES pon_auction_headers_all AUCTION_HEADER_ID
PON_ACCEPTANCES pon_bid_item_prices BID_NUMBER, LINE_NUMBER

Indexes

Index Uniqueness Tablespace Columns
PON_ACCEPTANCES_U1 Unique Default ACCEPTANCE_ID
PON_ACCEPTANCES_N1 Non Unique Default AUCTION_HEADER_ID, LINE_NUMBER, BID_NUMBER