Browser version scriptSkip Headers

Oracle® Fusion Applications Common Implementation Guide
11g Release 7 (11.1.7)
Part Number E20360-07
Go to Documentation Home
Home
Go to contents  page
Contents
Book<br />List
Book
List
Go to Feedback page
Contact
Us

Go to previous page
Previous
Go to previous page
Next
PDF

15 External Integration

This chapter contains the following:

Web Services: Overview

Files for Import and Export

External Data Integration Services for Oracle Cloud

Web Services: Overview

Use web services to integrate web-based applications into your Oracle Fusion applications. Web services expose Oracle Fusion Applications business objects and processes to other applications through the use open standards-based technologies. Some of these technologies include Extensible Markup Language (XML), Simple Object Access Protocol (SOAP), Business Process Execution Language (BPEL), Web Services Description Language (WSDL), and XML schema definitions (XSD). Oracle Fusion Applications web services support development environments and clients that comply with these open standards.

Oracle Fusion Applications includes two types of web services: Application Development Framework (ADF) services and composite services. The following table describes the two types.


Web Service Type

Description

ADF services

ADF services usually represent business objects, such as employees or purchase orders. ADF services typically expose standard operations, such as create, update, and delete. However, for locally-persisted objects, ADF services are not limited to these operations.

Examples of ADF services include:

  • Worker.changeHireDate - a service that updates the hire date of the worker business object.

  • ProjectTask.createTask - a service that adds a task to the project task business object.

Composite services

Composite services usually represent end-to-end business process flows that act on business events produced by the ADF services. Composite services orchestrate multiple object-based services, rules services, and human workflows. Examples of composite services include:

  • ProjectStatusChangeApproval.process - a service that accepts the change in project status.

  • ScheduleOrchestrationOrderFulfillmentLineService.scheduleOrders - a service that schedules resources used to fulfill an order.

Access Oracle Enterprise Repository for Oracle Fusion Applications to find detailed information about integration assets, such as web services. To view lists of web services, select these asset types:

Service methods and parameters, the service path, the WSDL URL and other technical data, appear on the Detail tab of each web service. Step-by-step instructions regarding the invocation of a service and the service XSD appear on the Documentation tab.

Files for Import and Export

Files for Import and Export: Highlights

The File Import and Export page accesses repositories of content. For example, each Oracle Fusion Applications instance connects to a single Oracle WebCenter Content server for content management.

The following documents describe use and administration of content management:

Using Content Management

Security in Content Management

Files for Import and Export: Explained

You can import data into or export data out of Oracle Fusion Applications using repositories of content and processes for import and export.

Integration specialists stage data for import and export. Application administrators run processes to import data in repositories of content to application transaction tables, or retrieve data exported from applications.

Aspects of managing files for import and export involve the following.

The File Import and Export Page

The File Import and Export page lets you upload content to, or download content from the document repository of Oracle WebCenter Content Management.

Search criteria on the page are limited to the minimum metadata of content management records needed for file import and export.

Navigation: Navigator > Tools > File Import and Export.

Interacting with Content Management

Everyone who uses the File Import and Export page is assigned to one or more accounts in content management.

Accounts organize and secure access to content items.

Uploading for Import

Uploading a file creates a record.

When you create a record, you must specify an account as well as the file. When you create a record, you must specify an account as well as the file. The account you specify determines which import process picks up that file to import it.

You can upload any file formats that can be parsed by the content repository being used, such as any MIME or content types. However, the format uploaded should conform to the requirements of the import process being used, such as a comma-separated values (CSV) file for the Load Interface File for Import process.

Downloading for Export

Processes you run to export data result in files in content management. Records in the search results table of the File Import and Export page provide links to the files for download.

Note

The owner of a data export file can be an application ID (APPID).

File Size

Upload and download does not intentionally apply the following:

The UPLOAD_MAX_DISK_SPACE parameter in the web.xml file determines the maximum allowable file size in content management. The default maximum size is 10240000 (10MB).

Files for Import and Export: Points to Consider

Interaction between the File Import and Export page and Oracle WebCenter Content Management requires securing content in an account. Oracle provides predefined accounts in Oracle WebCenter Content.

Areas of file import and export to consider involve the following.

Security

The duty role needed for accessing the File Import and Export page is File Import and Export Management Duty. This duty role is included in the predefined role hierarchy for integration specialist roles and product family administrator roles.

Files in Oracle WebCenter are associated with an account so that only users who have permission to a particular account can work with content items that belong to that account. You can only upload and download files to and from content management that are associated with accounts that you are entitled to access.

Oracle WebCenter Content does not support trailing slashes (/). Account names are appended with a $ to ensure each account is unique. Account names are dynamic so that if they overlap (one name is completely contained in another, longer name, such as US and USSales), each account is treated as discrete by access grants.

Security such as virus scanning is handled by the underlying integrated content management.

Searching Records

A record in Oracle WebCenter content management contains metadata used for accessing the file.

When a scheduled process has run to completion on a file, the ecord for the file includes a process ID.

Accessing Content in a New Account

When you create a new account in Oracle WebCenter Content and the Oracle WebCenter Content Server is not restarted, access to content in the new account from the File Import and Export page may be delayed until the policy store is updated.

Account Names

If you create custom accounts for importing or exporting data, use the following conventions for naming the account: Do not include a slash "/" at the beginning or end End with "$" to avoid partial string matching Use "$/" as a separator in the hierarchical structure.

For example: fin$/journal$/import$ The File Import and Export page transforms account names by removing the $s. For example fin$/journal$/import$ displays as fin/journal/import. The Remote Introdoc Client (RIDC) HTTP command-line interface (CLI) transforms the account name you specify without $ symbols to one that includes them. For example, fin/journal/import becomes fin$/journal$/import$ in WebCenter Content.

Deleting Files

In the File Import and Export page, you can delete one file at a time. To delete multiple files at a time from content management, use the content management server's standard service user interface.

External Data Integration Services for Oracle Cloud

External Data Integration Services for Oracle Cloud: Overview

Use External Data Integration Services for Oracle Cloud to load data into Oracle Fusion Applications from external sources, such as legacy systems and third-party applications.

Components of External Data Integration Services for Oracle Cloud include:

To use External Data Integration Services for Oracle Cloud to load data into Oracle Fusion Applications tables:

  1. Prepare your data and generate a data file by using the product-specific templates and control files.

  2. Transfer the data file to the integrated content management server.

  3. Run the Load Interface File for Import process.

  4. Correct data load errors, if necessary.

  5. Run the appropriate application-specific process for validating and inserting the data into application tables.

  6. Correct data import errors, if necessary.

For templates and control files, see assets with the File-Based Data Import type in Oracle Enterprise Repository for Oracle Fusion Applications (http://fusionappsoer.oracle.com). For more information, see the Documentation tab for the Load Interface File for Import process in Oracle Enterprise Repository.

Locating File Import Templates: Explained

External data that you integrate into your Oracle Fusion Applications must be structured and formatted according to the properties of the fields and tables that store the data. To prepare external data so that data types, structural relationships, and other properties of the data correctly align to the data types, structural relationships, and properties of the target tables, use the product-specific templates and control files in Oracle Enterprise Repository for Oracle Fusion Applications.

You access these files from the Documentation tab of the scheduled process that corresponds to the interface tables that store the data. To find the process, you can search the interface table or you can search the specific process, if you know it.

Aspects of preparing external data using templates involve these tasks.

Finding Templates and Control Files

To find the templates and control files:

  1. Sign in to Oracle Enterprise Repository.

  2. Enter the following information in the Search fields:


    Field

    Value

    Search String

    FBDI

    Type

    Scheduled Process

    FusionApps: Logical Business Area

    (Optional) Select the value relevant to your implementation.

  3. Click Search.

  4. Select the Load Interface File for Import from the results.

Downloading the Templates

To download the templates:

  1. Use the Search area to locate the Load Interface File for Import job and then select it from the search results.

  2. Click the Documentation tab in the lower pane to see a list of links to application-specific import jobs.

  3. Click a link to access the job.

  4. Click the Documentation tab in the lower pane to see a list of links that access:

  5. Click the link to download the file.

Opening the XLS Template

To prepare your data in a spreadsheet format, use XLS templates:

  1. Open the XLS template.

    The first worksheet in each template provides instructions for using the template.

    Important

    If you omit or fail to complete the instructions, data load errors and data import failure are likely.

  2. Save a copy of the file.

  3. Click the Generate CSV File button.

    The macro generates a comma-separated values (CSV) file and compresses it into a ZIP file; you must transfer the ZIP file to the content management server.

Opening the XML Template

To prepare your data in Oracle Data Integrator (ODI), download the XML template into ODI:

  1. Import the family-level template as a model folder.

  2. Import the product-level template as a model folder within the family-level model folder.

  3. Import the product template as a model within the product-level model folder.

  4. Create the integration project.

  5. Create the package.

  6. Add and configure these elements:

    1. The integration projects

    2. The ODIZip tool

    3. The content management document transfer utility (Currently not available in Oracle Cloud implementations.)

  7. Execute the package.

The package generates the CSV file and compresses it into a ZIP file.

Note

In Oracle Cloud implementations, you manually upload the ZIP file to the content management server in Oracle Cloud. In non-Cloud implementations, you can configure the content management document transfer utility as part of the ODI flow to automate the ZIP file upload.

Using Excel Integration Templates to Generate Data Files: Points to Consider

Oracle Enterprise Repository for Oracle Fusion Applications includes integration templates to help you prepare external data for loading and importing. Each template includes table-specific instructions, guidelines, formatted spreadsheets, and best practices for preparing the data file for upload. By following the instructions with exactness when you use the templates, you ensure that your data conforms to the structure and format of the target application tables.

Templates

This list details the characteristics of the templates:

Using XML Templates to Generate Data Files for Integration: Highlights

Oracle Enterprise Repository for Oracle Fusion Applications includes XML integration templates assets that you use with Oracle Data Integrator (ODI) to generate import files from your external data.

To use the XML templates and generate the import files, you must:

Note

In Oracle Cloud implementations, you must upload the ZIP file to the content management server in Oracle Cloud. In non-Cloud implementations, you can streamline the data integration process by installing the content management document transfer utility so ODI performs the ZIP file transfer.

Oracle Data Integrator provides a solution for integrating complex data from a variety of sources into your Oracle Fusion applications. The Oracle Fusion Middleware Installation Guide for Oracle Data Integrator and the Oracle Fusion Middleware Developer's Guide for Oracle Data Integrator provide complete details pertaining to the installation and set up of this product.

Installing and Setting Up Oracle Data Integrator

Creating Source and Target Models

Configuring Integration Projects

Using XML Integration Templates to Generate Data Files: Points to Consider

Use XML templates in Oracle Data Integrator to prepare your external data for loading and importing. Oracle Enterprise Repository for Oracle Fusion Applications includes three types of XML templates that you import as target models in your Oracle Data Integrator repository.

Oracle Enterprise Repository includes these three levels of XML files:

Family-Level XML Files

A family-level XML file is common to a group of product-level model folders and product models.

Consider the following points when you use family-level XML files:

Product-Level XML Files

A product-level XML file is common to a group of product models.

Consider the following points when you use product-level XML files:

Product XML Files

A product XML file represents a specific Oracle Enterprise Repository interface table asset.

Consider the following points when you use product XML files:

Transferring Data Files to Content Management: Explained

After you generate the comma-separated values (CSV) file, transfer it to the content management server.

You can use the following methods to transfer files:

For details about programmatic file transfer using the Oracle WebCenter Content Document Transfer Utility, refer to documentation resources in Oracle Enterprise Repository for Oracle Fusion Applications (http://fusionappsoer.oracle.com).

Aspects of transferring data files to content management involve the following:

Target Accounts

You must transfer files to the predefined account in content management that corresponds to the interface table or assets.


Interface Table

Predefined Account

Payables Standard Invoice Import

fin/payables/import

  • AutoInvoice Import

  • Receivables Standard Receipt Import

  • Customer Import

  • China Value Added Tax Invoice Import

fin/receivables/import

  • BAI2 Format Bank Statements Import

  • EDIFACT FINSTA Format Bank Statements Import

  • ISO200022 CAMT053 Format Bank Statements Import

  • SWIFT MT940 Format Bank Statements Import

fin/cashManagement/import

  • Fixed Asset Mass Additions Import

  • Fixed Asset Mass Adjustments Import

  • Fixed Asset Mass Retirements Import

  • Fixed Asset Mass Transfers Import

  • Fixed Asset Units of Production Import

fin/assets/import

Intercompany Transaction Import

fin/intercompany/import

  • Journal Import

  • Chart Of Account Segment Values and Hierarchies Import

fin/generalLedger/import

General Ledger Budget Balance Import

fin/budgetBalance/import

Supplier Bank Account Import

fin/payables/import

Tax Configuration Content Import

fin/tax/import

Import Blanket Purchase Agreements

prc/blanketPurchaseAgreement/import

Import Contract Purcahse Agreements

prc/contractPurchaseAgreement/import

Import Purchase Orders

prc/purchaseOrder/import

Import Requisitions

prc/requisition/import

  • Import Suppliers

  • Import Supplier Sites

  • Import Supplier Site Contacts

  • Import Supplier Site Assignments

prc/supplier/import

Project Enterprise Resource Import

prj/projectManagement/import

Project Unprocessed Expenditure Item Import

prj/projectCosting/import

Cycle Count Import

scm/cycleCount/import

Inventory Reservation Import

scm/inventoryReservation/import

Inventory Transaction Import

scm/inventoryTransaction/import

Item Import

scm/item/import

Receiving Receipt Import

scm/receivingReceipt/import

Shipment Request Import

scm/shipmentRequest/import

You can create subaccounts for further file organization. However you need to create the subaccount under the predefined account for the asset you are integrating.

Accessing Transferred Content

To access your transferred data you must access the account that corresponds to the interface table or asset appropriate for the data.

Available data integration processes move the content into and out of Oracle Fusion Applications tables. Running an import or export process creates a process ID in content management that you can use to identify the content you wish to overwrite or extract.

Oracle Enterprise Scheduler import process jobs result in the following hierarchy of items in Oracle WebCenter Content Management:

Load Interface File for Import Process

Loads external setup or transaction data from the data file on the content management server to interface tables.

You run this process from the Scheduled Processes page. You can run it on a recurring basis.

Before running this process, you must:

  1. Prepare your data file.

  2. Transfer the data file to the content management server.

Parameters

Import Process

Select the target import process.

Data file

Enter the relative path and the file name of the ZIP data file on the content management server.

Importing Data into Application Tables: Procedure

The final destination for your external data is the application data tables of your Oracle Fusion Applications product.

Aspects of importing data into application tables involve the following:

Loading Data into Interface Tables

Interface tables are intermediary tables that store your data temporarily while the system validates format and structure. Run the Load Interface File for Import scheduled process to load data from the data file into the interface table that corresponds to the template that you use to prepare the data.

To load your data into interface tables, submit the Load Interface File for Import scheduled process:

  1. Sign in to Oracle Fusion Applications.

  2. In the Navigator menu, select Tools, Scheduled Processes

  3. Click the Schedule New Process button.

  4. Search and select the Load Interface File for Import job.

  5. When the Process Details page appears:

    1. Select the target import process.

    2. Enter the relative path of the data file.

      Note

      The path is relative to the account in the content management server. If the file exists in the account, enter the file name only. If the file exists in a subaccount subordinate to the account, you must include all subaccounts and the file name.

    3. The data file is retained on the content management server when the process is complete.

  6. Submit the process.

    If no errors exist in the data file, then the process populates the interface tables.

Finding and Submitting the Import Process

Run the import process appropriate to your data to import the data into application data tables into the application tables of your Oracle Fusion Applications product.

To import your data:

  1. Sign in to Oracle Fusion Applications.

  2. In the Navigator menu, select Tools, Scheduled Processes

  3. Click the Schedule New Process button.

  4. Find and select the import process that is specific to the target application tables.

  5. When the Process Details page appears, select the process that corresponds to the data that you are importing.

    If you prepared your data using the spreadsheet template, select the process named in the Overview section of the spreadsheet.

  6. Submit the process.

    Note

    For more detailed information on the process used for data prepared using the spreadsheet template, see the Instructions and CSV Generation tab of the spreadsheet template

Correcting Import Load Process Errors: Explained

The Load Interface File for Import process ends in error if the load of the data file fails on any row.

The following conditions apply when the process ends in error:

To correct errors:

  1. Review the error logs.

  2. Change any formatting or structural anomalies that exist in the data.

  3. Recreate the CSV and ZIP files.

  4. Transfer the file to the content management server.

  5. Submit the Load Interface File for Import job.

  6. Repeat these steps until the process successfully loads the data.

  7. Import the data using the appropriate product-specific process.