About Application Adapters

Oracle Applications Basic Operation

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:

  1. Data is passed from the Open Interface Tables to the core tables under the control of Import Jobs scheduled by the Concurrent Manager.

  2. It then invokes the Oracle Concurrent Manager, which:

  3. Validates the data in the Open Interface Table, based on a set of stored SQL procedures.

  4. Inserts the validated rows into the Oracle Applications Database.

There are several limitations to this very basic scheme: