[Home] [Help]
[Dependency Information]
| Object Name: | PON_SCORING_TEAM_MEMBERS |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.PON_SCORING_TEAM_MEMBERS
|
| Subobject Name: | |
| Status: | VALID |
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 that have either the Full access or Scoring privileges for this negotiation.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PON_SCORING_TEAM_MEMBERS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AUCTION_HEADER_ID
TEAM_ID
USER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AUCTION_HEADER_ID | NUMBER | Yes | Identifier of the negotiation to which the team and member belong | |
| TEAM_ID | NUMBER | Yes | Identifier of the team to which this member belongs | |
| USER_ID | NUMBER | 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 person as a scorer or as having full access | |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | Yes | Standard Who Column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT AUCTION_HEADER_ID
, TEAM_ID
, USER_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM PON.PON_SCORING_TEAM_MEMBERS;
PON.PON_SCORING_TEAM_MEMBERS does not reference any database object
PON.PON_SCORING_TEAM_MEMBERS is referenced by following:
APPS
PON_SCORING_TEAM_MEMBERS
|
|
|
|