B2bTradingPartners
Details external entities, such as customers and suppliers, involved in B2B message exchanges within Oracle Fusion applications.
Columns
| Name | Type | Description |
| TradingPartnerId [KEY] | Long | Unique identifier for the trading partner, automatically generated when a new trading partner record is created. This serves as the primary key. |
| TradingPartner | String | The name assigned to the trading partner, ensuring uniqueness within the system. |
| TradingPartnerIdType | String | Specifies the classification of the TradingPartnerId, such as Data Universal Numbering System (DUNS), Tax ID, or internal system ID. |
| ManualEntryIndicator | String | Indicates whether the trading partner record was manually entered via the user interface. 'Y' represents a manual entry. |
| ServiceProviderId | Long | Unique identifier referencing the service provider associated with the trading partner. |
| ServiceProviderName | String | The name of the service provider facilitating communication with this trading partner. |
| FromPartnerIdTag | String | Protocol header tag used to identify the sender of the message in business-to-business (B2B) transactions. |
| FromPartnerIdTypeTag | String | Protocol header tag used to classify the identifier type of the message sender. |
| ToPartnerIdTag | String | Protocol header tag used to specify the recipient of the message in B2B transactions. |
| ToPartnerIdTypeTag | String | Protocol header tag used to define the identifier type of the message recipient. |
| ExternalMessageTypeTag | String | Tag used in outbound message headers to specify the type of trading partner. |
| ExternalMessageVersionTag | String | Tag used in outbound message headers to indicate the version of the trading partner system. |
| ExternalMessageStandardTag | String | Tag used in outbound message headers to specify the standard used by the trading partner. |
| ObnId | String | Unique identifier for the Oracle Business Network (OBN) associated with this trading partner. |
| LastUpdateDate | Datetime | Timestamp indicating the last time this trading partner record was updated. |
| CreationDate | Datetime | Timestamp indicating when the trading partner record was initially created. |
| BindServiceProviderId | Long | Unique identifier for the service provider bound to this trading partner for communication. |
| Finder | String | A system-defined query or lookup used to retrieve trading partner records based on specific criteria. |