DBA Data[Home] [Help] [Dependency Information]


TABLE: PON.PON_TEAM_MEMBER_BID_SCORES

Object Details
Object Name: PON_TEAM_MEMBER_BID_SCORES
Object Type: TABLE
Owner: PON
FND Design Data: TablePON.PON_TEAM_MEMBER_BID_SCORES
Subobject Name:
Status: VALID


For negotiations enabled for team scoring, this table stores the evaluation for the responses on this negotiation for each team member. The table also records the date the response was scored and current score status


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PON_TEAM_MEMBER_BID_SCORES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAUCTION_HEADER_ID
ColumnBID_NUMBER
ColumnUSER_ID
Columns
Name Datatype Length Mandatory Comments
USER_ID NUMBER
Yes User identifier of the team member
BID_NUMBER NUMBER
Yes Identifier of the response being scored
AUCTION_HEADER_ID NUMBER
Yes Identifier of the negotiation to which the bid being scored belongs
LAST_SCORE_DATE DATE
Yes Date on which this response was scored
SCORE_STATUS VARCHAR2 (30) Yes Score status - this could be DRAFT or ACTIVE. From FND_LOOKUP_TYPES where LOOKUP_TYPE = 'PON_MEMBER_SCORE_STATUS'
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 (4000)
User-entered text supporting the evaluation of this response
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT USER_ID
,      BID_NUMBER
,      AUCTION_HEADER_ID
,      LAST_SCORE_DATE
,      SCORE_STATUS
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      INTERNAL_NOTE
FROM PON.PON_TEAM_MEMBER_BID_SCORES;

Dependencies

[top of page]

PON.PON_TEAM_MEMBER_BID_SCORES does not reference any database object

PON.PON_TEAM_MEMBER_BID_SCORES is referenced by following:

SchemaPON
ViewPON_TEAM_MEMBER_BID_SCORES#