[Home] [Help]
[Dependency Information]
| Object Name: | PON_FPJ_DELETED_ATTRIBUTES |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.PON_FPJ_DELETED_ATTRIBUTES
|
| Subobject Name: | |
| Status: | VALID |
This table is used to store data from the attributes table that was deleted as part of the Minimun release upgrade
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ENTITY_NAME | VARCHAR2 | (30) | Column distinguishes between pon_auction_attributes and pon_bid_attribute_values | |
| AUCTION_HEADER_ID | NUMBER | Foreign key to pon_auction_headers_all table | ||
| LINE_NUMBER | NUMBER | FK to pon_auction_item_prices_all table | ||
| BID_NUMBER | NUMBER | FK to pon_bid_headers table | ||
| NEG_TARGET_VALUE | NUMBER | Stores the Negotiation target value | ||
| RESPONSE_VALUE | NUMBER | Stores the bid response value for each line |
Cut, paste (and edit) the following text to query this object:
SELECT ENTITY_NAME
, AUCTION_HEADER_ID
, LINE_NUMBER
, BID_NUMBER
, NEG_TARGET_VALUE
, RESPONSE_VALUE
FROM PON.PON_FPJ_DELETED_ATTRIBUTES;
PON.PON_FPJ_DELETED_ATTRIBUTES does not reference any database object
PON.PON_FPJ_DELETED_ATTRIBUTES is referenced by following:
PON
PON_FPJ_DELETED_ATTRIBUTES#
|
|
|
|