[Home] [Help]
[Dependency Information]
Object Name: | PON_BIDDERS_LISTS |
---|---|
Object Type: | TABLE |
Owner: | PON |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PON_BIDDERS_LISTS stores the definition of reusable trading partner lists. SCOPE column indicates whether the list is shared across the company or simply available to the individual that created it.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PON_BIDDERS_LISTS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PON_BIDDERS_LISTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PON_BIDDERS_LISTS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LIST_HEADER_ID | NUMBER | Yes | Unique Identifier for List | |
NAME | VARCHAR2 | (80) | Yes | Bidder's list name |
DESCRIPTION | VARCHAR2 | (240) | Description | |
TRADING_PARTNER_CONTACT_NAME | VARCHAR2 | (255) | Trading Partner Contact name that created the list | |
TRADING_PARTNER_CONTACT_ID | NUMBER | Identifiier for the Trading Partner Contact | ||
TRADING_PARTNER_NAME | VARCHAR2 | (255) | Trading partner name which owns the bidder list | |
TRADING_PARTNER_ID | NUMBER | Identifier for the Trading Partner which owns the bidder's list | ||
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 | |
SCOPE | VARCHAR2 | (30) | Scope of visibility | |
LIST_STATUS | VARCHAR2 | (30) | Status of the Bidder's list |
Cut, paste (and edit) the following text to query this object:
SELECT LIST_HEADER_ID
, NAME
, DESCRIPTION
, TRADING_PARTNER_CONTACT_NAME
, TRADING_PARTNER_CONTACT_ID
, TRADING_PARTNER_NAME
, TRADING_PARTNER_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, SCOPE
, LIST_STATUS
FROM PON.PON_BIDDERS_LISTS;
PON.PON_BIDDERS_LISTS does not reference any database object
PON.PON_BIDDERS_LISTS is referenced by following:
|
|
|