PON_NEGOTIATION_ABSTRACTS

PON_NEGOTIATION_ABSTRACTS table stores information related to negotiation abstracts.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_NEGOTIATION_ABS_PK

AUCTION_HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
AUCTION_HEADER_ID NUMBER 18 Yes Auction header id
INCLUDE_PDF_FLAG VARCHAR2 1 Y/N flag to indicate whether PDF will be available on abstract window
AUTO_POST_FLAG VARCHAR2 1 Y/N flag to indicate whether the abstract will be automatically posted on external website
AUTO_POST_TYPE VARCHAR2 30 The type of abstract posting dates when posting automatically, stored as lookup values: POST_ON_PREVIEW, POST_ON_OPEN, POST_ON_SUBMIT
POSTED_BY_PERSON_ID NUMBER 18 Person Id of the user who posted the abstract
POSTING_DATE DATE The date when the abstract is posted
UNPOSTED_BY_PERSON_ID NUMBER 18 Person id of the user who unposted the abstract
UNPOSTING_DATE DATE The date when the abstract is unposted
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.
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.
ABS_ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield context
ABS_ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield Segment
ABS_ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield Segment
ABS_ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield Segment
ABS_ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield Segment
ABS_ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield Segment
ABS_ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield Segment
ABS_ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield Segment
ABS_ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield Segment
ABS_ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield Segment
ABS_ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield Segment
ABS_ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield Segment
ABS_ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield Segment
ABS_ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield Segment
ABS_ATTRIBUTE_TIMESTAMP4 TIMESTAMP Descriptive Flexfield Segment
ABS_ATTRIBUTE_TIMESTAMP5 TIMESTAMP Descriptive Flexfield Segment
ABS_ATTRIBUTE_DATE1 DATE Descriptive Flexfield Segment
ABS_ATTRIBUTE_DATE2 DATE Descriptive Flexfield Segment
ABS_ATTRIBUTE_DATE3 DATE Descriptive Flexfield Segment
ABS_ATTRIBUTE_DATE4 DATE Descriptive Flexfield Segment
ABS_ATTRIBUTE_DATE5 DATE Descriptive Flexfield Segment
ABS_ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield Segment
ABS_ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield Segment
RESP_TABULATION_PUBLISH_FLAG VARCHAR2 1 Y/N flag to indicate whether Response Tabulation PDF will be available on negotiation abstract.
AWARD_NOTICE_PUBLISH_FLAG VARCHAR2 1 Y/N flag to indicate whether Award Notice PDF will be available on negotiation abstract.
RESP_TABULATION_PUBLISH_DATE DATE The date on which Response Tabulation PDF was posted on negotiation abstract.
AWARD_NOTICE_PUBLISH_DATE DATE The date on which Award Notice PDF was posted on negotiation abstract.
AWARD_NOTICE_ANNOUNCE_TEXT CLOB Used by the buyer while publishing the award notice.
INCLUDE_NEG_ATTACHMENT_FLAG VARCHAR2 1 Y/N flag to indicate whether "To Supplier" negotiation attachments will be displayed in the abstract

Foreign Keys

Table Foreign Table Foreign Key Column
PON_NEGOTIATION_ABSTRACTS pon_auction_headers_all AUCTION_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
PON_NEGOTIATION_ABS_N1 Non Unique Default POSTING_DATE
PON_NEGOTIATION_ABS_U1 Unique Default AUCTION_HEADER_ID