PON_ACKNOWLEDGEMENTS
PON_ACKNOWLEDGEMENTS table stores information regarding the supplier user's acknowledgment of negotiation amendments.
Details
-
Schema: FUSION
-
Object owner: PON
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
PON_ACKNOWLEDGEMENTS_PK |
AUCTION_HEADER_ID, TRADING_PARTNER_CONTACT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| AUCTION_HEADER_ID | NUMBER | 18 | Yes | Auction Number | |
| TRADING_PARTNER_ID | NUMBER | 18 | Yes | Supplier's company id | |
| TRADING_PARTNER_CONTACT_ID | NUMBER | 18 | 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 | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| SURROG_BID_ACK_PERSON_ID | NUMBER | 18 | Buyer user acknowledging on behalf of the supplier user. | ||
| SURROG_BID_ACK_FLAG | VARCHAR2 | 1 | Flag to indicate whether this acknowledgment was done by the buyer user. | ||
| SURROG_METHOD_OF_ACK | VARCHAR2 | 30 | Method of acknowledgment by supplier for surrogate bid | ||
| SURROG_BID_ACK_ENTRY_DATE | DATE | Date when the buyer entered the acknowledgment online on behalf of the supplier | |||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PON_ACKNOWLEDGEMENTS | pon_auction_headers_all | AUCTION_HEADER_ID |
| PON_ACKNOWLEDGEMENTS | hz_parties | TRADING_PARTNER_ID |
| PON_ACKNOWLEDGEMENTS | hz_parties | TRADING_PARTNER_CONTACT_ID |
| PON_ACKNOWLEDGEMENTS | per_persons | SURROG_BID_ACK_PERSON_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| PON_ACKNOWLEDGEMENTS_U1 | Unique | Default | AUCTION_HEADER_ID, TRADING_PARTNER_CONTACT_ID |