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


TABLE: PON.PON_TEAM_MEMBER_ATTR_SCORES

Object Details
Object Name: PON_TEAM_MEMBER_ATTR_SCORES
Object Type: TABLE
Owner: PON
FND Design Data: TablePON.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PON_TEAM_MEMBER_ATTR_SCORES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBID_NUMBER
ColumnUSER_ID
ColumnATTRIBUTE_SEQUENCE_NUMBER
PON_TEAM_MEMBER_ATTR_SCORES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAUCTION_HEADER_ID
ColumnUSER_ID
ColumnATTRIBUTE_SEQUENCE_NUMBER
Columns
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
Query Text

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;

Dependencies

[top of page]

PON.PON_TEAM_MEMBER_ATTR_SCORES does not reference any database object

PON.PON_TEAM_MEMBER_ATTR_SCORES is referenced by following:

SchemaAPPS
SynonymPON_TEAM_MEMBER_ATTR_SCORES