Learn Oracle Applications

Blog is developed for free online learning of Oracle Applications, SQL, PLSQL

Oracle Apps Database Structure


Database Structure:-

In this post we will be learning about Oracle Apps Database Structure ,

Schema: Schema is a place in database which contains the database objects like tables,
indexes, sequences, views and synonyms.

Oracle Apps DB Structure
Oracle Apps DB Structure


In oracle applications database we have individual schemas for each module
application. These schemas contain the database objects of only that particular module.
When we connect any database schema we can access only that schema database
objects. We can’t access other database objects. For data integrity purpose the oracle
has deigned one more schema called Apps schema which contains only synonyms and
this schema have the rights to access any other module database objects.
Note: Apps Schema will not contain the tables it contain only synonyms.

Projects in Oracle Applications:

Implementation Projects: Implementation means we will develop the forms,
reports from the scratch. In this project we will be work in the areas of the forms,
reports, interface, customizations and interfaces.

Customization Projects: In this we customize some standard reports.

Migration / Up gradation Projects: This will be moving from the Old version to the
New version.

Support / Maintenance Projects: Solving the issues which are raised by the end
user while entering the data.

Post Implementation Projects: This will be done at free of cost. It’s a real time
testing.

Types of Docs in Oracle Apps:
  •  MD 050 -- Module design by the functional consultant.
  •  MD 070 -- Technical Document designed by the technical consultant.
  •  MD 020 -- Technical document designed by the functional document.
  •  MD 0120 -- Migration and user training document by the technical consultant.
  •  CV 040 -- Conversion of the functional document by the functional consultant.
  •  CV 060 -- Conversion of the technical document by the technical consultant.

Note: Conversion means moving the data from the legacy system to the apps system.

Read more ...

Introduction to Oracle Apps

Introduction: 

        The Oracle Applications is an ERP, which was developed by the Oracle Corp and 
was used by the several companies to utilize several resources contained with them.

Business Flow of Oracle Applications:


Oracle Apps Business Flow

 
 










Oracle Applications is designed for the Financial and Manufacturing clients. The
categories in the modules are given below.


Financial Modules: Account Payables, Account Receivables, General Ledger and Fixed
Assets.
Manufacturing Modules: Purchasing, Inventory, Bill Of Materials, Work in Progress and
Order Management.


In HRMS we maintain all the details of the employee as well as the organization details.
Module: It is a collection of forms and reports which are related to particular business
process.
Purchase order module has the forms and reports which are related to the purchasing
business process. It contains nearly 50,000 tables they are accessed by only purchase
order module.
Read more ...

Getting started with Oracle Apps

ERP & AIM METHODOLOGY :-

After learning SQL & PLSQL concepts now we will start learning Oracle Applications with this post,

ERP

ERP: Enterprise Resource Planning
Here Resource means 5 m’s
1. Money
2. Man power
3. Machinery
4. Material and

5. Management

ERP Purpose: Planning for proper utilization of resources for a business organization .

ERP as a Product : all objects(i.e. forms, reports )and all other programs are
developed and throwly tested and those will be provided with these ERP.

Methodology : the process used to implement ERP Product for a business Organization.

AIM (APPLICATION IMPLEMENTATION METHODOLOGY):
Methodology for Oracle Apps is AIM(Applications Implementation Methodology)
Phases in Aim Methodology:
1. Definition Phase
2. Operational Analysis Phase
3. Solution Design Phase
4. Build Phase
5. Transition Phase

6. Production Phase


1. Definition Phase: Here the functional consultants prepare the sample structure
(Blue Print) for the real business by gathering the information.


2. Operational Analysis phase: In this the functional consultant prepare BR100
(Business Requirement).


3. Solution Design Phase: here the functional consultant will prepare MD50 by using
BR100. MD50 is the functional document.


4. Build Phase: here the technical consultant converts MD50 to MD70. MD70 is the
technical document. Then the technical consultant prepare the final object and go
with testing, i.e. Unit Testing.


5. Transition Phase: here SIT(System Integration Testing) and UAT(User
Acceptance Testing) is done. Functional consultant does SIT. After this the
functional consultant will train the user in oracle apps product and user does UAT.
If it is satisfied by the user, it is sign off and product will be given to the user.


6. Production phase: loading the project in the client place. Where the server of
oracle apps in the client place.
Read more ...