Skip Headers
Oracle® Application Integration Architecture Oracle Financial Management Integration Pack for Oracle Transportation Management and Oracle E-Business Suite Implementation Guide
Release 3.1

Part Number E23563-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

3 Process Integration for Suppliers

This chapter provides an overview of the process integration for suppliers (service providers) and includes the following sections:

3.1 Overview

In the process integration for suppliers, Oracle E-Business Suite acts as a payable and accounting engine and OTM creates the invoices; therefore, Oracle E-Business Suite and OTM require the sharing of suppliers' information between the applications. OTM requires the supplier information for several key functions including the creation and management of order releases and invoices. Oracle E-Business Suite requires the supplier information for supplier payment. For end-to-end business integration, the same supplier instance and related information must be shared between these two applications.

3.2 Business Process Flows

Oracle E-Business Suite is the source of valid suppliers (service providers in Oracle Transportation Management [OTM]) and their locations and payment terms. The supplier integration synchronizes supplier information from Oracle E-Business Suite to OTM through these integration flows:

Figure 3-1 shows the process integration of suppliers (service providers):

Figure 3-1 Suppliers (Service Providers) Integration Flow

This image is described in surrounding text.

3.2.1 Initial Load of Suppliers

The purpose of this flow is to load into OTM the supplier information that was created in Oracle E-Business Suite by triggering the InitialLoadSupplierPartyListEbizAdapter service.

Figure 3-2 shows how supplier information from Oracle E-Business Suite is loaded into OTM:

Figure 3-2 Initial Load of Suppliers (Service Providers)

This image is described in surrounding text.

When you initiate the process, these events occur:

  1. The InitialLoadSupplierPartyListEbizAdapter service queries the supplier information in Oracle E-Business Suite, counts the vendor IDs to obtain a minimum and maximum number of vendor IDs, and invokes the SupplierPartyListEbizJMSProducer.

  2. The SupplierPartyListEbizJMSProducer invokes the Oracle E-Business Suite API to query for the SupplierPartyListEbizABM and drops the message into the AIA_EbizSupplierPartyJMSQueue.

  3. The SyncSupplierPartyListEbizJMSConsumer picks up the message from the AIA_EbizSupplierPartyJMSQueue and invokes the SyncSupplierPartyListEbizReqABCSImpl.

  4. The SyncSupplierPartyListEbizReqABCSImpl transforms the SupplierPartyListEbizABM message into the SyncSupplierPartyListEBM. The transformation does cross-referencing for systems specific values and calls the SupplierPartyEBS with operation SyncSupplierPartyList. The SupplierPartyEBS is a routing mediator service with several operations on the SupplierPartyEBO.

  5. The SupplierPartyEBS routes the SyncSupplierPartyListEBM to the SyncSupplierPartyListLogisticsProvABCSImpl or Composite Application Validation System (CAVS).

  6. The SyncSupplierPartyListLogisticsProvABCSImpl receives the message and transforms the SyncSuplierPartyListEBM into the SupplierPartyListOTMABM. The transformation invokes the LogisticsWebservice and waits for the transmission report from the LogisticsWebService. If the transaction is successful, it populates the cross-reference values. If the transaction is not successful, it invokes the AIAAsyncErrorHandlingBPELProcess.

3.2.2 Updating Supplier Information

The purpose of this flow is to load into OTM the supplier information that was updated in Oracle E-Business Suite by triggering the SupplierPartyListEbizJMSProducer service.

Figure 3-3 shows the incremental update of supplier information:

Figure 3-3 Incremental Load of Suppliers (Service Providers)

This image is described in surrounding text.

When you initiate the incremental load, these events occur:

  1. In Oracle E-Business Suite, if you create or update the supplier information, the activity invokes the SyncSupplierPartyListEbizAdapter through a business event. This adapter service listens to the events and then invokes the SupplierPartyListEbizJMSProducer.

  2. The SupplierPartyListEbizJMSProducer invokes the Oracle E-Business Suite API to query for the SupplierPartyListEbizABM and drops the message into the AIA_EbizSupplierPartyJMSQueue.

  3. The SyncSupplierPartyListEbizJMSConsumer picks up the message from the AIA_EbizSupplierPartyJMSQueue and invokes the SyncSupplierPartyListEbizReqABCSImpl.

  4. The SyncSupplierPartyListEbizReqABCSImpl transforms the SupplierPartyListEbizABM message into the SyncSupplierPartyListEBM. The transformation does cross-referencing for systems specific values and calls the SupplierPartyEBS with operation SyncSupplierPartyList. The SupplierPartyEBS is a routing mediator service with several operations on the SupplierPartyEBO.

  5. The SupplierPartyEBS routes the SyncSupplierPartyListEBM to the SyncSupplierPartyListLogisticsProvABCSImpl or CAVS.

  6. The SyncSupplierPartyListLogisticsProvABCSImpl receives the message and transforms the SyncSuplierPartyListEBM into the SupplierPartyListOTMABM. The transformation invokes the LogisticsWebservice and waits for the transmission report from the LogisticsWebService. If the transaction is successful, it populates the cross-reference values. If the transaction is not successful, it invokes the AIAAsyncErrorHandlingBPELProcess.

3.3 Assumptions and Constraints

These are the solution assumptions and constraints:

3.4 Oracle E-Business Suite Interfaces

These are the Oracle E-Business Suite interfaces for the supplier integration flow:

For more information about Oracle E-Business Suite web services and documentation prior to Release 12.1.3, see the library on Oracle Technology Network: http://www.oracle.com/technetwork/documentation/applications-167706.html?. For Oracle E-Business Suite documentation for R12.1.3 and beyond, see this library: http://download.oracle.com/docs/cd/E18727_01/index.htm.

3.5 Oracle Transportation Management Interfaces

OTM provides an interface through a web service to connect to its application. This connectivity is established as a partner link in the provider service. Once invoked, the logistics web service immediately returns an acknowledgment with a transmission number. Once the processing is complete, it then sends a transmission report back indicating the success or the failure. The application business message (ABM) details can be seen in the GLOG xsd with the location element.

For more information about the logistics service, see Oracle Transportation Management Integration Guide.

3.6 Core Application Integration Architecture Components

The supplier party integration flow uses these components:

The core enterprise business object (EBO) and enterprise business message (EBM) XSD files can be located by EBO within the $AIA_HOME/AIAMetaData/AIAComponents/EnterpriseObjectLibrary/Core/EBO/ parent folder.

The core enterprise business services (EBS) web services definition language (WSDL) files can be located by EBO within the $AIA_HOME/AIAMetaData/AIAComponents/EnterpriseBusinessServiceLibrary/Core/EBO/ parent folder.

For detailed documentation of individual EBOs and EBMs, click AIA Reference Doc link on EBO and EBM detail pages in the Oracle Enterprise Repository.

For more information about using the Oracle Enterprise Repository and configuring it to provide the AIA Reference Doc link, see Oracle Fusion Middleware Developer's Guide for Oracle Application Integration Architecture Foundation Pack, "Configuring and Using Oracle Enterprise Repository as the Oracle AIA SOA Repository."

EBOs can be extended, for instance, to add new data elements. These extensions are protected, and remain intact after a patch or an upgrade.

For more information, see Oracle Fusion Middleware Developer's Guide for Oracle Application Integration Architecture Foundation Pack, "Extensibility for AIA Artifacts".

3.7 Integration Services

These are the services delivered with this integration:

3.7.1 InitialLoadSupplierPartyListEbizAdapter

This service is an asynchronous Business Process Execution Language (BPEL) process. This process is used for the initial load of suppliers from Oracle E-business Suite into the OTM web service. This service queries the supplier information in Oracle E-Business Suite, counts the vendor IDs to obtain a minimum and maximum number of vendor IDs, and invokes the SupplierPartyListEbizJMSProducer.

3.7.2 SyncSupplierPartyListEbizAdapter

The SyncSupplierPartyListEbizAdapter is used only for incremental changes. This is a mediator service with one Oracle applications adapter that subscribes to the oracle.apps.ap.supplier.event. Whenever a supplier, site, or contact is created or updated, this adapter service listens to the events and then invokes the SupplierPartyListEbizJMSProducer service.

3.7.3 SupplierPartyListEbizJMSProducer

The SupplierPartyListEbizJMSProducer service is a Business Process Execution Language (BPEL) process used for both initial and incremental loads. The Oracle E-Business Suite application invokes this service when either a new supplier is created or an existing supplier is updated

This service reads the supplier party ID information either from the InitalLoadSupplierPartyEbizAdapter, or the SyncSupplierPartyEbizAdapter for incremental changes. It invokes the Oracle E-business Suite API (ap_supplier_info_pkg) to retrieve the SupplierPartyListEbizABM and drops the messages into the AIA_EbizSupplierPartyJMSQueue individually.

3.7.4 SyncSupplierPartyListEbizJMSConsumer

The SyncSupplierPartyListEbizJMSConsumer is a mediator service. It has a Java Message Service (JMS) adapter, which picks up the messages from AIA_EbizSupplierPartyJMSQueue and invokes the SyncSupplierPartyListEbizReqABCSImpl.

3.7.5 SyncSupplierPartyListEbizReqABCSImpl

The SyncSupplierPartyListEbizReqABCSImpl is a Business Process Execution Language (BPEL) process and a single operations service that has the SupplierPartyEBS as a partner service. This service receives the SupplierPartyListEbizABM message as a request and does not return a response to the calling service.

This service performs these actions:

  • Accepts the SupplierPartyListEbizABM message from Oracle E-Business Suite. This message contains a cross-reference for suppliers, sites, and contacts.

  • Transforms the SupplierPartyListEbizABM into the SyncSupplierPartyListEBM. While it is transforming from the application business message (ABM) to the enterprise business message (EBM), cross-references are looked up for:

    • SUPPLIERPARTY_ID

    • SUPPLIERPARTY_ADDRESS_ID

    • SUPPLIERPARTY_LOCATION_ID

    • SUPPLIERPARTY_CONTACT_ID

  • Sends the SyncSupplierPartyListEBM message as an input to the SyncSupplierPartyList operation in the SupplierPartyEBS service.

These DVM lookups are used by this service:

  • CURRENCY_CODE: domain value mapping for currency codes.

  • ADDRESS_COUNTRYSUBDIVID: domain value mapping for the state code values in address of supplier.

  • SUPPLIERPARTY_TYPECODE: domain value mapping for the type of supplier.

  • ADDRESS_COUNTRYID: domain value mapping for the country code values.

  • LANGUAGE_CODE: domain value mapping for language.

3.7.6 SupplierPartyEBS

The SupplierPartyEBS is an enterprise business service that exposes all the enterprise operations related to the supplier party like create supplier-party, update supplier-party, and so on. This integration only uses the SyncSupplierPartyList operation. This service routes the request to the appropriate provider like the SyncSupplierPartyListLogisticsProvABCSImpl or the Composite Application Validation System (CAVS) based on the filter condition and operations. Updates and creates are done using the synchronize action. No transformations are done in this service. OTM determines whether this synchronize supplier party message is for create or an update action.

For more information about this enterprise business service (EBS), see Oracle Fusion Middleware Developer's Guide for Oracle Application Integration Architecture Foundation Pack, "Designing and Developing Enterprise Business Services" and Oracle Fusion Middleware Concepts and Technologies Guide for Oracle Application Integration Architecture Foundation Pack, "Understanding Enterprise Business Services".

3.7.7 SupplierPartyResponseEBS

The SupplierPartyResponseEBS is the enterprise business service (EBS) used to route all supplier party response related actions to the requesting application like create supplier-party, update supplier-party, and synchronize supplier-party-list.

3.7.8 SyncSupplierPartyListLogisticsProvABCSImpl

The SyncSupplierPartyListLogisticsProvABCSImpl is a Business Process Execution Language (BPEL) process, which receives the SyncSupplierPartyListEBM, transforms the message into the SupplierPartyListOTMABM, invokes the logistics web service with the SyncSupplierPartyListEBM, and waits for the transmission report from the LogisticsWebService. If the transmission report specifies the transaction is successful, it populates the cross-reference values otherwise it invokes the AIAAsyncErrorHandlingBPEL process to generate the error messages

These DVM lookups are used by this service:

  • CURRENCY_CODE: domain value mapping for currency codes.

  • ADDRESS_COUNTRYSUBDIVID: domain value mapping for the state code values in address of supplier.

  • SUPPLIERPARTY_TYPECODE: domain value mapping for the type of supplier.

  • ADDRESS_COUNTRYID: domain value mapping for the country code values.

  • LANGUAGE_CODE: domain value mapping.

The SupplierPartyResponseEBS is the enterprise business service (EBS) used to route all supplier party response related actions to the requesting application like create supplier-party, update supplier-party, and synchronize supplier-party-list.

3.7.9 SupplierPartyResponseEBS

The SupplierPartyResponseEBS is the enterprise business service (EBS) used to route all supplier party response related actions to the requesting application like create supplier-party, update supplier-party, and synchronize supplier-party-list.