Skip Navigation Links | |
Exit Print View | |
![]() |
About Oracle Java CAPS Application Adapters Java CAPS Documentation |
About the Oracle Java CAPS Adapter for SWIFTAlliance Gateway
SWIFTAlliance Gateway Remote API
Store-and-Forward File Transfers
The Oracle Java CAPS SWIFT Alliance Gateway Adapter
SAGOutboundAdapter Object Type Definition
About Oracle Java CAPS Adapter for PeopleSoft
About Oracle Java CAPS Adapter for SAP ALE
The Oracle Java CAPS SAP ALE Adapter
Inbound Data Flow: SAP R/3 to Java CAPS
Outbound Data Flow: Java CAPS to SAP R/3
About Oracle Java CAPS Adapter for Siebel EAI
Using the Siebel Message Header
About the Oracle Java CAPS Adapter for SAP BAPI
About the Oracle Java CAPS SAP BAPI Adapter
The SAP BAPI Adapter Data Flows
Outbound Data Flow: Java CAPS to SAP R/3
Inbound Data Flow: SAP R/3 to Java CAPS
The Oracle E-Business Suite 11i is a comprehensive enterprise resource planning (ERP) software package built upon Oracle’s database technology. It is presented within an Internet environment, using online transaction processing to address the global requirements of today’s typical enterprise.
The E-Business suite includes a large number of Product Families, grouped into software modules corresponding to what were once stand-alone computer systems used by individual departments. These Product Families are identified by their major business functions, such as:
Financials
Human Resources
Manufacturing
Marketing
Sales
These Product Families are integrated together to share a common database, allowing a company’s various departments to quickly and easily share information and communicate with each other.
The basic architecture of an Oracle system contains a set of base objects which are held in highly normalized core tables within the Oracle database. A de-normalized view of these base objects is provided in a set of Open Interface Tables (OITs), also maintained in the database. Data is passed from the Open Interface Tables to the core tables under the control of the Concurrent Manager.
In a typical scenario, an operator schedules an import job by means of the Oracle front end, which initiates the following procedure:
Data is passed from the Open Interface Tables to the core tables under the control of Import Jobs scheduled by the Concurrent Manager.
It then invokes the Oracle Concurrent Manager, which:
Validates the data in the Open Interface Table, based on a set of stored SQL procedures.
Inserts the validated rows into the Oracle Applications Database.
There are several limitations to this very basic scheme:
Once data is in the Open Interface Table, it cannot be withdrawn or corrected.
Data failing the validation process may be handled in different ways—some import scripts update the original rows with error codes, while other scripts log errors to a file, requiring user intervention.
Only the default validation rules provided by Oracle are used in the validation process, and may not address specific customer requirements.
There is no easy way to insert batches of data as a transactional unit—for example, where all inserts from a batch must succeed (if any fail, then all must fail).