PON_REQUIREMENT_SECTIONS
PON_REQUIREMENT_SECTIONS table stores section information for Requirements (Header Attributes).
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PON_REQUIREMENT_SECTIONS_PK |
SECTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| 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. | ||
| 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. | ||
| MODIFIED_FLAG | VARCHAR2 | 1 | Modified Flag to indicate whether this section is modified in new round/amendment case. | ||
| LAST_AMENDMENT_UPDATE | NUMBER | Last amendment update which is used in amendment/new round. | |||
| 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. | |
| IS_INTERNAL | VARCHAR2 | 1 | A flag column that indicates if the section is internal which only contains Internal requirements. | ||
| TEAM_ID | NUMBER | 18 | Unique Id for a Scoring Team within a negotiation. | ||
| WEIGHT | NUMBER | Stores section weight | |||
| SEEDED_FLAG | VARCHAR2 | 1 | Stores 'Y' for default read only pricing section. 'N' for normal sections. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PON_REQUIREMENT_SECTIONS | pon_auction_headers_all | AUCTION_HEADER_ID |
| pon_bid_requirements | pon_requirement_sections | SECTION_ID |
| pon_requirements | pon_requirement_sections | SECTION_ID |
| pon_bid_sections | pon_requirement_sections | SECTION_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_REQUIREMENT_SECTIONS_N1 | Non Unique | Default | AUCTION_HEADER_ID |
| PON_REQUIREMENT_SECTIONS_U1 | Unique | Default | SECTION_ID |