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


TABLE: PON.PON_AUCTION_SECTIONS

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


PON_AUCTION_SECTIONS table stores the distinct sections for Requirements (Header Attributes)


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PON_AUCTION_SECTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAUCTION_HEADER_ID
ColumnSECTION_ID
PON_AUCTION_SECTIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnATTRIBUTE_LIST_ID
ColumnSECTION_ID
PON_AUCTION_SECTIONS_U3 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSECTION_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

PON.PON_AUCTION_SECTIONS does not reference any database object

PON.PON_AUCTION_SECTIONS is referenced by following:

SchemaAPPS
SynonymPON_AUCTION_SECTIONS