Home » Applications » Oracle Fusion Apps & E-Business Suite » load data from external system to GL_interface
load data from external system to GL_interface [message #120367] Thu, 19 May 2005 05:20 Go to next message
jaikumar.apps
Messages: 3
Registered: May 2005
Location: chennai
Junior Member
Hi

I am new to apps> I need to load data from external system to GL_interface and e-mail to the user the status of load.
What is the right way? Do I need to load to staging table and then put into gl_interface or just load it directly to Gl_interface?
Does anybody have a shell script for this type of process
(I am new to shell).


jai
Re: load data from external system to GL_interface [message #121123 is a reply to message #120367] Thu, 26 May 2005 04:19 Go to previous message
adragnes
Messages: 241
Registered: February 2005
Location: Oslo, Norway
Senior Member
Jai,

The traditional way would be to
  1. FTP a flat file to a place where the E-Business Suite database can read.
  2. Load the file into either a staging table or directly into GL_INTERFACE using SQL*Loader depending on whether you need to do any custom validation or enrichment of the data.
  3. Do custom data validation and enrichment if necessary.
  4. Run the import program.
  5. Set up the concurrent programs to email the user when finished.

But there are many possible varieties. Instead of FTP and SQL*Loader you might use a database link, the XML Gateway, the Business Event System or web services.

--
Aleksander Dragnes
Previous Topic: storage parameters window
Next Topic: How many modules are there in the current eBusiness Suite ?
Goto Forum:
  


Current Time: Fri Apr 26 06:05:51 CDT 2024