B2bApplicationPartnersdocuments
Retrieves documents associated with application partners for B2B message processing, linking Oracle Fusion applications and trading partners.
Columns
| Name | Type | Description |
| B2bApplicationPartnersApplicationPartnerId [KEY] | Long | Unique identifier linking the document to a specific application partner. |
| ApplicationPartnerDocumentStatus | String | Indicates the current status of the application partner document. Valid values include Enabled, Disabled, and Hold for inbound documents. The default value is Disabled. |
| DocumentId | Long | Unique identifier for the collaboration document. This attribute serves as a foreign key reference to the collaboration document. |
| ApplicationPartnerDocumentId [KEY] | Long | Primary key that uniquely identifies an application partner document. This value is system-generated when a new document record is created. |
| StatusDate | Datetime | Timestamp indicating when the application partner document was created or last updated. |
| PrimaryRecipientFlag | Bool | Flag that specifies whether this document is intended for the primary recipient. |
| DocumentName | String | The name assigned to the collaboration document. |
| SenderRole | String | Specifies the role of the sender in the document exchange, such as Supplier or Buyer. |
| Direction | String | Indicates whether the document is inbound or outbound in relation to the system. |
| ServiceProviderId | Long | Unique identifier for the service provider associated with the document. This serves as a foreign key reference. |
| DocumentDescription | String | Detailed description of the collaboration document's purpose and content. |
| ApplicationPartnerId | Long | Unique identifier for the application partner associated with this document. |
| Finder | String | A system-defined query or lookup used to retrieve document records based on specific criteria. |