[Home] [Help]
[Dependency Information]
| Object Name: | PON_TEAM_MEMBER_ATTR_SCORES |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.PON_TEAM_MEMBER_ATTR_SCORES
|
| Subobject Name: | |
| Status: | VALID |
PON_TEAM_MEMBER_ATTR_SCORES records scores for every scoring team member for a given attribute and a response.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PON_TEAM_MEMBER_ATTR_SCORES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BID_NUMBER
USER_ID
ATTRIBUTE_SEQUENCE_NUMBER
|
| PON_TEAM_MEMBER_ATTR_SCORES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
AUCTION_HEADER_ID
USER_ID
ATTRIBUTE_SEQUENCE_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BID_NUMBER | NUMBER | Yes | Identifier of the response that is being scored by the team member | |
| USER_ID | NUMBER | Yes | Identifier of the team member who is scoring this response | |
| AUCTION_HEADER_ID | NUMBER | Yes | Identifier of the negotiation to which the bid being scored belongs to | |
| ATTRIBUTE_SEQUENCE_NUMBER | NUMBER | Yes | Sequence number of the attribute being scored | |
| SECTION_ID | NUMBER | Yes | Identifier of the section to which the attribute belongs | |
| SCORE | NUMBER | Score given by the team member to this attribute on this bid | ||
| 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 | ||
| INTERNAL_NOTE | VARCHAR2 | (240) | Internal note entered by the scorer in justification of the score |
Cut, paste (and edit) the following text to query this object:
SELECT BID_NUMBER
, USER_ID
, AUCTION_HEADER_ID
, ATTRIBUTE_SEQUENCE_NUMBER
, SECTION_ID
, SCORE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, INTERNAL_NOTE
FROM PON.PON_TEAM_MEMBER_ATTR_SCORES;
PON.PON_TEAM_MEMBER_ATTR_SCORES does not reference any database object
PON.PON_TEAM_MEMBER_ATTR_SCORES is referenced by following:
APPS
PON_TEAM_MEMBER_ATTR_SCORES
|
|
|
|