PON_BID_REQUIREMENTS

PON_BID_REQUIREMENTS stores the response details such as response comment for each requirement on the section. The actual response value to a requirement is stored in PON_BID _REQUIREMENT_VALUES.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_BID_REQUIREMENTS_PK

BID_NUMBER, REQUIREMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
BID_NUMBER NUMBER 18 Yes Bid Number of the response.
REQUIREMENT_ID NUMBER 18 Yes Identifier for response requirements.
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 Section_ID.
SCORE NUMBER Raw score of the requirement.
WEIGHTED_SCORE NUMBER Stores the calculated weighted score for the requirement.
INTERNAL_NOTE VARCHAR2 4000 User entered scoring rationale.
COMMENTS VARCHAR2 1000 Comments entered by supplier or internal respondent for requirements.
OLD_COMMENTS VARCHAR2 1000 Storing value of old Comments entered by supplier or internal respondent for requirements.
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.
SEQUENCE_NUMBER NUMBER Sequence number. Unique across all the sections in the negotiation.
HAS_BID_FLAG VARCHAR2 1 Flag to determine whether a supplier has bid on the requirement or the supplier has seen the requirement.
INTERFACE_LINE_ID NUMBER Used only for spreadsheet upload.
WORKSHEET_NAME VARCHAR2 80 Used only for spreadsheet upload.
WORKSHEET_SEQUENCE_NUMBER NUMBER Used only spreadsheet upload.
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_BID_REQUIREMENTS pon_auction_headers_all AUCTION_HEADER_ID
PON_BID_REQUIREMENTS pon_requirements REQUIREMENT_ID
PON_BID_REQUIREMENTS pon_requirement_sections SECTION_ID
PON_BID_REQUIREMENTS pon_bid_headers BID_NUMBER
poz_supplier_mappings pon_bid_requirements PON_RESPONSE_HDR_ID, PON_RESPONSE_ID

Indexes

Index Uniqueness Tablespace Columns
PON_BID_REQUIREMENTS_N1 Non Unique Default REQUIREMENT_ID
PON_BID_REQUIREMENTS_N2 Non Unique Default AUCTION_HEADER_ID
PON_BID_REQUIREMENTS_N3 Non Unique Default SECTION_ID
PON_BID_REQUIREMENTS_U1 Unique Default BID_NUMBER, REQUIREMENT_ID