PON_BID_SECTIONS

PON_BID_SECTIONS stores various sections included in a response along with details such as if a section is visited.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_BID_SECTIONS_PK

BID_NUMBER, SECTION_ID

Columns

Name Datatype Length Precision Not-null Comments
BID_NUMBER NUMBER 18 Yes Bid Number of the response.
AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Identifier
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.
SECTION_ID NUMBER 18 Yes Identifier for response sections.
SECTION_VISITED_FLAG VARCHAR2 1 Flag indicates whether the section is visited or not.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
PON_BID_SECTIONS pon_auction_headers_all AUCTION_HEADER_ID
PON_BID_SECTIONS pon_requirement_sections SECTION_ID
PON_BID_SECTIONS pon_bid_headers BID_NUMBER

Indexes

Index Uniqueness Tablespace Columns
PON_BID_SECTIONS_N1 Non Unique Default SECTION_ID
PON_BID_SECTIONS_N2 Non Unique Default AUCTION_HEADER_ID
PON_BID_SECTIONS_U1 Unique Default BID_NUMBER, SECTION_ID