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


TABLE: PON.PON_ACKNOWLEDGEMENTS

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


PON_ACKNOWLEDGEMENTS table stores information regarding the supplier user's acknowledgment of negotiation amendments.


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

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;

Dependencies

[top of page]

PON.PON_ACKNOWLEDGEMENTS does not reference any database object

PON.PON_ACKNOWLEDGEMENTS is referenced by following:

SchemaPON
ViewPON_ACKNOWLEDGEMENTS#