You are on page 1of 11

Loading Data into the Fusion

Applications

1 © 2008 KBACE Technologies


3 Ways

1.By Using File Based Data Import


2.By Using Web Services
3.By Using ADF Desktop Integration

2 © 2008 KBACE Technologies


File Based Data Import

Source Files :
Create the Source files by Organizing the data based on the structure of the
tables into which you are moving the data.
 Format the data based on the data types of the fields in the receiving tables
 Create a CSV file of the import data.

Note : The Basic Validations and Custom Validations (If Exists) needs to be
performed before moving the data into the server.

3 © 2008 KBACE Technologies


File Based Data Import
Transferring Data into the Server :

 Once If we Prepare the source files we need to move to FTP Server (Oracle
will provide us the Pre-configured FTP location )

4 © 2008 KBACE Technologies


File Based Data Import
Data Import Errors Correction :
 Review the Log and output files of the Process for information about the
data that caused error.
Correct the errors and create the file.
Transfer the File to FTP Server.
 Load the Data Using the Load interface file for import process.
 Submit the Appropriate Import Process from the fusion application.

Note: Repeat these steps until all data loads successfully.

8 © 2008 KBACE Technologies


Web Services
 A web service is a program that can be accessed remotely using different
XML-based languages.
 They can be accessed using widely supported Web protocols such as
HTTP.
 The web services describe themselves using an XML-based description
language (WSDL).
 Web services communicate with clients through simple XML messages.

9 © 2008 KBACE Technologies


Web Services
Fusion Application Web Services can be Invoked by using

 Web Service Proxy Class.


 BPEL Process

10 © 2008 KBACE Technologies


Web Services
Web Service Proxy Class:
We can create this class by using WSDL file.
 The WSDL file can be provided by Client in the form of URL
Ex: http://<HostName:PortNumber>/prcPozSuppliersService/SupplierService?WSDL
 The WSDL is having all the Pre defined methods (Operations)
 As per Requirement we need to call the methods
After creating Proxy class we need to Deploy as JAR file (It works like a
library) to server and Create a Java Concurrent Program to invoke this Proxy
class. (JCP Is Created in EBS to load data from EBS to Fusion)

11 © 2008 KBACE Technologies


Web Services
BPEL : (Business Process Execution Language)

Create the BPEL Process Using the WSDL.


The WSDL file having all the methods which were performed by the Web
service.
We can invoke the method as per requirement.
While invoking the method we need to pass the parameters( if exist any) then
we will get the output values.
 After creation of the process we need to deploy it in the web logic server.
 After Deployment we will get one end point reference URL. By this URL
we can access web service from our Application.

12 © 2008 KBACE Technologies


ADF Desktop Integration
 ADF Desktop Integration or ADFdi is one of the new features of Jdeveloper
and part of the ADF framework .

 It enables desktop integration with MS Excel spreadsheets to manage large


volume data uploads into Fusion Applications.

 ADFdi search for valid values, perform validation during data entry,
display error messages, and immediately submit transactions directly from
MS Excel.

13 © 2008 KBACE Technologies


???

14 © 2008 KBACE Technologies

You might also like