B2bTradingPartnersconfirmationCodes
Maps status codes between trading partners and Oracle's Collaboration Messaging Framework for message processing.
Columns
| Name | Type | Description |
| B2bTradingPartnersTradingPartnerId [KEY] | Long | Unique identifier linking this confirmation code entry to a specific trading partner record. |
| ConfStatusXrefId [KEY] | Long | Unique identifier for the confirmation code, automatically generated when a new confirmation code record is created. This serves as the primary key. |
| PartnerStatus | String | Indicates the status of the confirmation process for the trading partner, such as Accepted, Rejected, or Pending. |
| CollaborationStatus | String | Specifies the status of the collaboration message exchanged with the trading partner. |
| LastUpdateDate | Datetime | Timestamp indicating when the confirmation code record was last updated. |
| CreationDate | Datetime | Timestamp indicating when the confirmation code record was initially created. |
| BindServiceProviderId | Long | Unique identifier for the service provider bound to this trading partner for confirmation handling. |
| Finder | String | A system-defined query or lookup used to retrieve confirmation code records associated with trading partners. |
| TradingPartnerId | Long | Unique identifier for the trading partner associated with this confirmation code record. |