PON_AUCTION_SECTIONS

PON_AUCTION_SECTIONS table stores sections for Requirements (Header Attributes) and attribute groups for Line Level Attributes.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PON_AUCTION_SECTIONS_PK

SECTION_ID

Columns

Name Datatype Length Precision Not-null Comments
AUCTION_HEADER_ID NUMBER 18 Yes Stores the Auction header id
SECTION_ID NUMBER 18 Yes Stores the db sequence generated id
ATTRIBUTE_LIST_ID NUMBER 18 Yes Stores the Attribute list id
LINE_NUMBER NUMBER Stores the auction line number
ATTR_GROUP_SEQ_NUMBER NUMBER Yes Stores the sequence number of the section/attribute group
PREVIOUS_SECTION_ID NUMBER 18 Stores reference to the section in the previous round/amendment
SECTION_NAME VARCHAR2 240 Stores the section name
TWO_PART_SECTION_TYPE VARCHAR2 30 Determines the classification of the section if the the section is created for a two part RFQ or Two part attribute list
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.
MODIFIED_FLAG VARCHAR2 1 Denotes whether the requirement section has been modified in a new round or amendment
LAST_AMENDMENT_UPDATE NUMBER Holds the amendment number the requirement section was last modified.

Foreign Keys

Table Foreign Table Foreign Key Column
pon_auction_attributes pon_auction_sections SECTION_ID

Indexes

Index Uniqueness Tablespace Columns
PON_AUCTION_SECTIONS_U1 Unique Default AUCTION_HEADER_ID, SECTION_ID
PON_AUCTION_SECTIONS_U2 Unique Default ATTRIBUTE_LIST_ID, SECTION_ID
PON_AUCTION_SECTIONS_U3 Unique Default SECTION_ID