PON_TEAM_BID_SCORES
PON_TEAM_BID_SCORES table stores the scoring information provided by a team member at the response level.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PON_TEAM_BID_SCORES_PK |
BID_NUMBER, PERSON_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BID_NUMBER | NUMBER | 18 | Yes | Bid number of the response | |
| PERSON_ID | NUMBER | 18 | Yes | Person Id of the team member who scores the response | |
| AUCTION_HEADER_ID | NUMBER | 18 | Yes | Auction Header Identifier of the negotiation | |
| SCORING_STATUS | VARCHAR2 | 30 | Status of the scoring progress of the team member for the response. The possible values are NOT_STARTED, IN_PROGRESS, SUBMITTED. For 2 stage negotiations this column stores the scoring status of commercial stage | ||
| TECHNICAL_SCORING_STATUS | VARCHAR2 | 30 | Status of the scoring progress of the team member for the response during technical stage. The possible values are NOT_STARTED, IN_PROGRESS, SUBMITTED. Populated only for 2 stage negotiations. | ||
| INTERNAL_NOTE | VARCHAR2 | 4000 | Internal note entered by the team member for each response | ||
| LAST_SCORING_DATE | DATE | Time at which the team member last updated the scores of a 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. | ||
| LAST_SCORED_PERSON_ID | NUMBER | 18 | Person id of the person who last updated the row |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PON_TEAM_BID_SCORES | per_persons | PERSON_ID |
| PON_TEAM_BID_SCORES | pon_auction_headers_all | AUCTION_HEADER_ID |
| PON_TEAM_BID_SCORES | pon_bid_headers | BID_NUMBER |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_TEAM_BID_SCORES_N1 | Non Unique | Default | AUCTION_HEADER_ID |
| PON_TEAM_BID_SCORES_U1 | Unique | Default | BID_NUMBER, PERSON_ID |