PON_REQUIREMENT_SECTIONS_INT

PON_REQUIREMENT_SECTIONS_INT table temporarily stores section information for requirements that the negotiation owner is uploading from a spreadsheet.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PON_REQ_SECTIONS_INT_PK

BATCH_ID, SECTION_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Batch Id
INTERFACE_LINE_ID NUMBER Yes Interface Line Id
AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Id
SECTION_ID NUMBER 18 Yes Section Id
SECTION_LEVEL VARCHAR2 10 Yes This column will always store "SECTION".
DISP_SEQ_NUMBER NUMBER This column is used to order the sections. The value will be 10,20,30...
SECTION_DISPLAY_NUMBER VARCHAR2 80 This column stores the identifier of the section, such as "3" or "I-3".
SECTION_NAME VARCHAR2 240 Section Name
TWO_PART_SECTION_TYPE VARCHAR2 30 Two stage evaluation stage. Stores the lookup code of lookup type PON_TWO_PART_TYPE.
IS_INTERNAL VARCHAR2 1 A flag column that indicates if the section is internal which only contains Internal requirements.
PREVIOUS_SECTION_ID NUMBER 18 This column stores the previous document's section's section_id and is used during copy negotiation/creating new round/creating amendment.
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.
WEIGHT NUMBER Stores section weight

Foreign Keys

Table Foreign Table Foreign Key Column
PON_REQUIREMENT_SECTIONS_INT pon_auction_headers_all AUCTION_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
PON_REQ_SECTIONS_INT_U1 Unique Default BATCH_ID, SECTION_ID