[Home] [Help]
[Dependency Information]
| Object Name: | PON_ACKNOWLEDGEMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | PON |
| FND Design Data: | PON.PON_ACKNOWLEDGEMENTS
|
| Subobject Name: | |
| Status: | VALID |
PON_ACKNOWLEDGEMENTS table stores information regarding the supplier user's acknowledgment of negotiation amendments.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PON_ACKNOWLEDGEMENTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AUCTION_HEADER_ID
TRADING_PARTNER_CONTACT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AUCTION_HEADER_ID | NUMBER | Yes | Auction Number | |
| TRADING_PARTNER_ID | NUMBER | Yes | Supplier's company id | |
| TRADING_PARTNER_CONTACT_ID | NUMBER | Yes | Supplier's user contact id. | |
| ACKNOWLEDGEMENT_DATE | DATE | The date and time when the trading partner acknowledges the amendments. | ||
| ACKNOWLEDGEMENT_RESPONSE | VARCHAR2 | (1) | Flag to indicate whether the trading partner has acknowledged the amendments. Values are "Y" or "N". | |
| CREATION_DATE | DATE | Yes | Standard Who columns | |
| CREATED_BY | NUMBER | Yes | Standard Who columns | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who columns | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who columns | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who columns | |
| SURROG_BID_ACK_TP_ID | NUMBER | Company of the buyer user acknowledging on behalf of the supplier user. | ||
| SURROG_BID_ACK_CONTACT_ID | NUMBER | Buyer user acknowledging on behalf of the supplier user. | ||
| SURROG_BID_ACK_FLAG | VARCHAR2 | (1) | Flag to indicate whether this ackonwledgment was done by the buyer user. |
Cut, paste (and edit) the following text to query this object:
SELECT AUCTION_HEADER_ID
, TRADING_PARTNER_ID
, TRADING_PARTNER_CONTACT_ID
, ACKNOWLEDGEMENT_DATE
, ACKNOWLEDGEMENT_RESPONSE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, SURROG_BID_ACK_TP_ID
, SURROG_BID_ACK_CONTACT_ID
, SURROG_BID_ACK_FLAG
FROM PON.PON_ACKNOWLEDGEMENTS;
PON.PON_ACKNOWLEDGEMENTS does not reference any database object
PON.PON_ACKNOWLEDGEMENTS is referenced by following:
PON
PON_ACKNOWLEDGEMENTS#
|
|
|
|