PON_SCORING_TEAM_MEMBERS
PON_SCORING_TEAM_MEMBERS is a logical intersection entity between PON_NEG_TEAM_MEMBERS and PON_SCORING_TEAMS. It lists the members for each scoring team for a given negotiation. Typically this will be a subset of those collaboration team members.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PON_SCORING_TEAM_MEMBERS_PK |
AUCTION_HEADER_ID, TEAM_ID, PERSON_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AUCTION_HEADER_ID | NUMBER | 18 | Yes | Unique identifier of a negotiation. | |
| TEAM_ID | NUMBER | 18 | Yes | Unique Id of a Scoring Team within a negotiation. | |
| PERSON_ID | NUMBER | 18 | Yes | Identifier of the user who is a member of the team. A member has to be on the collaboration team and has to be designated as a full access member to be a scorer. | |
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PON_SCORING_TEAM_MEMBERS | pon_auction_headers_all | AUCTION_HEADER_ID |
| PON_SCORING_TEAM_MEMBERS | pon_scoring_teams | AUCTION_HEADER_ID, TEAM_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_SCORING_TEAM_MEMBERS_U1 | Unique | Default | AUCTION_HEADER_ID, TEAM_ID, PERSON_ID |