PON_BID_REQUIREMENT_VALUES

PON_BID_REQUIREMENT_VALUES stores the response values for requirements, which could be a date, text or number value, to a given requirement on a negotiation. For question of type multiple choice multiple selection, an entry is created in this table for each of the multiple choice selections from the supplier or internal responder.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_BID_REQUIREMENT_VALUE_PK

REQUIREMENT_VALUE_ID

Columns

Name Datatype Length Precision Not-null Comments
BID_NUMBER NUMBER 18 Yes Bid Number of the response.
REQUIREMENT_VALUE_ID NUMBER 18 Yes Internal system identifier for a response question details.
REQUIREMENT_ID NUMBER 18 Yes Requirement ID identifier.
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.
TEXT_VALUE VARCHAR2 4000 The text of a manually entered response to requirement question value.
DATE_VALUE DATE The date of a manually entered response to requirement value.
NUMBER_VALUE NUMBER The number of a manually entered response to requirement value.
SCORE_ID NUMBER 18 Identifier od the acceptable response from PON_REQUIREMENT_SCORES
OLD_TEXT_VALUE VARCHAR2 4000 Old response value for a text/url requirement.
OLD_NUMBER_VALUE NUMBER Old response value for a number requirement.
OLD_DATE_VALUE DATE Old response value for a date requirement.
OLD_IS_SELECTED_FLAG VARCHAR2 1 Old acceptable response value is selected by the supplier or not.
IS_SELECTED_FLAG VARCHAR2 1 Indicates if acceptable response value is selected by the supplier 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.
DATETIME_VALUE DATE The date & time of a manually entered response to requirement value.
OLD_DATETIME_VALUE DATE Old response value for a date & time requirement.

Foreign Keys

Table Foreign Table Foreign Key Column
PON_BID_REQUIREMENT_VALUES pon_auction_headers_all AUCTION_HEADER_ID
PON_BID_REQUIREMENT_VALUES pon_requirements REQUIREMENT_ID
PON_BID_REQUIREMENT_VALUES pon_requirement_scores SCORE_ID
PON_BID_REQUIREMENT_VALUES pon_bid_headers BID_NUMBER

Indexes

Index Uniqueness Tablespace Columns
PON_BID_REQUIREMENT_VALUES_N1 Non Unique Default AUCTION_HEADER_ID, BID_NUMBER
PON_BID_REQUIREMENT_VALUES_N2 Non Unique Default REQUIREMENT_ID
PON_BID_REQUIREMENT_VALUES_N3 Non Unique Default SCORE_ID
PON_BID_REQUIREMENT_VALUES_U1 Unique Default REQUIREMENT_VALUE_ID