[Home] [Help]
[Dependency Information]
Object Name: | PON_AUCTION_EVENTS |
---|---|
Object Type: | TABLE |
Owner: | PON |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PON_AUCTION_EVENTS stores negotiations events for auctions and RFQs. Events enable the grouping of several negotiations of related items for better tracking and visibility.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PON_AUCTION_EVENTS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PON_AUCTION_EVENTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EVENT_ID | NUMBER | Yes | System-generated unique Identifier | |
EVENT_TITLE | VARCHAR2 | (80) | Yes | Event title |
EVENT_DESCRIPTION | VARCHAR2 | (240) | Event description | |
PUBLISH_DATE | DATE | Date that auction event is published | ||
OPEN_DATE | DATE | Date auction event opens for bids | ||
CLOSE_DATE | DATE | Date auction event closes for bids | ||
TRADING_PARTNER_CONTACT_NAME | VARCHAR2 | (255) | Contact name for Trading Partner that owns auction event | |
TRADING_PARTNER_CONTACT_ID | NUMBER | Unique Identifier for contact person of Trading Partner that owns auction event | ||
TRADING_PARTNER_NAME | VARCHAR2 | (255) | Trading Partner name that owns auction event | |
TRADING_PARTNER_ID | NUMBER | Unique Identifier for Trading Partner that owns auction event | ||
EVENT_STATUS | VARCHAR2 | (25) | Status of auction event | |
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 | |
CANCEL_DATE | DATE | Date auction event was cancelled |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_ID
, EVENT_TITLE
, EVENT_DESCRIPTION
, PUBLISH_DATE
, OPEN_DATE
, CLOSE_DATE
, TRADING_PARTNER_CONTACT_NAME
, TRADING_PARTNER_CONTACT_ID
, TRADING_PARTNER_NAME
, TRADING_PARTNER_ID
, EVENT_STATUS
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CANCEL_DATE
FROM PON.PON_AUCTION_EVENTS;
PON.PON_AUCTION_EVENTS does not reference any database object
PON.PON_AUCTION_EVENTS is referenced by following:
|
|
|