PON_TEAM_REQUIREMENT_SCORES
PON_TEAM_REQUIREMENT_SCORES table stores the score details entered by a team member for each manually scored requirement response.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PON_TEAM_REQ_SCORES_PK |
BID_NUMBER, REQUIREMENT_ID, PERSON_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 requirement which is to be manually scored | |
| PERSON_ID | NUMBER | 18 | Yes | Person Id of the team member who scores the requirement response | |
| AUCTION_HEADER_ID | NUMBER | 18 | Yes | Auction Header identifier of the negotiation | |
| SECTION_ID | NUMBER | 18 | Yes | Identifier for the section to which the requirement belongs in the negotiation | |
| SCORE | NUMBER | Score entered by the team member for each requirement response | |||
| INTERNAL_NOTE | VARCHAR2 | 4000 | Internal note entered by the team member for each requirement response | ||
| 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. | |
| 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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PON_TEAM_REQUIREMENT_SCORES | pon_bid_headers | BID_NUMBER |
| PON_TEAM_REQUIREMENT_SCORES | pon_requirements | REQUIREMENT_ID |
| PON_TEAM_REQUIREMENT_SCORES | per_persons | PERSON_ID |
| PON_TEAM_REQUIREMENT_SCORES | pon_auction_headers_all | AUCTION_HEADER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_TEAM_REQ_SCORES_U1 | Unique | Default | BID_NUMBER, REQUIREMENT_ID, PERSON_ID |