[Home] [Help]
[Dependency Information]
| Object Name: | PON_AUCTION_SECTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.PON_AUCTION_SECTIONS
|
| Subobject Name: | |
| Status: | VALID |
PON_AUCTION_SECTIONS table stores the distinct sections for Requirements (Header Attributes)
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PON_AUCTION_SECTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AUCTION_HEADER_ID
SECTION_ID
|
| PON_AUCTION_SECTIONS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ATTRIBUTE_LIST_ID
SECTION_ID
|
| PON_AUCTION_SECTIONS_U3 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SECTION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AUCTION_HEADER_ID | NUMBER | Yes | Stores the Auction header id | |
| SECTION_ID | NUMBER | Yes | Stores the db sequence generated id | |
| ATTRIBUTE_LIST_ID | NUMBER | Yes | Stores the Attribute list id | |
| LINE_NUMBER | NUMBER | Stores the auction line number | ||
| ATTR_GROUP_SEQ_NUMBER | NUMBER | Yes | Stores the sequence number of the section/attribute group | |
| PREVIOUS_SECTION_ID | NUMBER | Stores reference to the section in the previous round/amendment | ||
| SECTION_NAME | VARCHAR2 | (240) | Stores the section name | |
| 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 | ||
| TWO_PART_SECTION_TYPE | VARCHAR2 | (20) | Indicates if the section belongs to the technical part or the commercial part. |
Cut, paste (and edit) the following text to query this object:
SELECT AUCTION_HEADER_ID
, SECTION_ID
, ATTRIBUTE_LIST_ID
, LINE_NUMBER
, ATTR_GROUP_SEQ_NUMBER
, PREVIOUS_SECTION_ID
, SECTION_NAME
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TWO_PART_SECTION_TYPE
FROM PON.PON_AUCTION_SECTIONS;
PON.PON_AUCTION_SECTIONS does not reference any database object
PON.PON_AUCTION_SECTIONS is referenced by following:
APPS
PON_AUCTION_SECTIONS
|
|
|
|