[Home] [Help]
[Dependency Information]
| Object Name: | PON_SCORING_TEAM_SECTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.PON_SCORING_TEAM_SECTIONS
|
| Subobject Name: | |
| Status: | VALID |
PON_SCORING_TEAM_SECTIONS records the team that has been assigned the responsibility of scoring each header attribute group for a negotiation that allows team scoring. Only one team may be assigned to a particular header attribute group whereas a team may be assigned to score multiple headers attribute groups.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PON_SCORING_TEAM_SECTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AUCTION_HEADER_ID
TEAM_ID
SECTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TEAM_ID | NUMBER | Yes | Identifier of the team which has been assigned to score this section | |
| SECTION_ID | NUMBER | Yes | Identifier of the section to which this team has been assigned | |
| AUCTION_HEADER_ID | NUMBER | Yes | Identifier of the negotiation to which this team belongs | |
| 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 TEAM_ID
, SECTION_ID
, AUCTION_HEADER_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM PON.PON_SCORING_TEAM_SECTIONS;
PON.PON_SCORING_TEAM_SECTIONS does not reference any database object
PON.PON_SCORING_TEAM_SECTIONS is referenced by following:
PON
PON_SCORING_TEAM_SECTIONS#
|
|
|
|