You are on page 1of 38

Oracle Application

Training

A Presentation by Rakesh

What is ERP?
ERP as an extension of material requirements planning (MRP), later manufacturing resource planning. ERP is a term that covers whole Product line. ERP means integration of different module. Integrates all departments and functions across a company onto a single computer system that can serve all those different departments' particular needs, Any business will greatly benefits by Adapting this feature because you can customize it or integrate it with other Packages to satisfy unique requirements Benefits of ERP: Flow of Information Effectively. Maintaining Standardizations.

What is ERP?
ERP combines all business

areas together into a single,


integrated software program that runs off a single

Supply Chain

Marketing Sales Products, Customers, & Everything Else! Service

database so that the various


departments can more easily share information & communicate with each other

Procurement

Human Resources Financials

Order Management

Different ERPs
EBS SAP Siebel People Soft MS Dynamics

System Overview
Desktop Web Server Forms Server Browser

Application

Database

Concurrent Processing Server Reports Server


Admin Server

Data Server

Oracle Applications and the Applications Technology Stack


Oracle Applications
CRM Financials HRMS Manufacturing

Oracle Applications Technology Layer

Applications Technology Stack


Forms Server Reports Server Web Server

Data Server Oracle10g/11g

Oracle Applications Product Families


Applications Technology Manufacturing/ Distribution Financials Process Manufacturing Customer Relationship Management Public Sector Human Resources Management Projects

Standard Product Abbreviations


ID
0 101 222

Short name
FND GL AR

Full Name
Application Object Library Oracle General Ledger Oracle Receivables

401

INV

Oracle Inventory

Product Dependencies
GL

FND

INV

AR

Oracle Applications Database Overview


Oracle Applications database objects The APPS universal schema Oracle Applications product schemas

Oracle Applications Database Objects


Data Objects
Tables Views Materialized Views Packages Indexes Synonyms Sequences

Hybrid Objects

Code Objects
Triggers

Schemas
APPS
Views Tables

INV

Triggers Synonyms Indexes Packages Sequences

Oracle Applications Product Schemas


GL Schema GL_PERIODS AR Schema AR_DISPUTE_HISTORY

GL_JE_LINES

AR_BATCHES_ALL

APPS Universal Schema


APPS Schema
Views INV Schema

Triggers

GL Schema
Synonyms Packages

Additional Schemas
HR APPLSYSPUB APPLSYS

PAY

APPS AD

PER

FND

Schemas Used During Signon


APPLSYSPUB
Connect Connect

APPS

APPS

FND

GL

INV

...

FND

R12 File System

Database Tier Scripts in R12


For Database tier you need to start database and database listener. Scripts are located in Database_Install_Dir/db/tech_st/10.2.0/appsutil/scri pts/$CONTEXT_NAME- For Database Use script addbctl.sh - For Database Listener Use script addlnctl.sh or alternatively you can use lsnrctl startstop listener_name (For Database Listener) sqlplus /as sysdba SQL> startup shutdown immediate

Middle/Application Tier Scripts in R12


Scripts for Application Tier services in R12 are located in Install_base/inst/apps/$CONTEXT_NAME/admin/scripts where CONTEXT_NAME is of format SID_HOSTNAME i) adstrtal.sh Master script to start all components/services of middle tier or application tier. This script will use Service Control API to start all services which are enabled after checking them in context file (SID_HOSTNAME.xml or CONTEXT_NAME.xml) ii) adstpall.sh Master script to stop all components/services of middle tier or application tier.

APPL_TOP Directory
<system name>APPL

<db name>.env

admin

au 12.0

fnd 12.0

inv 12.0

APPL_TOP= <system name>APPL

Product Directories
<PROD>_TOP

admin bin

help

java
lib

media
mesg log

patch plsql

resource sql

html
include

forms

out

reports

Admin Directory
<PROD>_TOP

admin

help
html

java lib

media mesg log

patch plsql

resource sql

bin
forms driver import

include odf sql

out

reports

Bin Directory
<PROD>_TOP

admin

help html

java lib

media mesg log

patch plsql

resource sql

bin forms

include

out

reports

Forms Directory
<PROD>_TOP

admin bin

help html

java lib

media mesg log

patch plsql

resource sql

forms US

include

out

reports

Help Directory
<PROD>_TOP

admin bin

help US html

java lib

media mesg log

patch plsql

resource sql

forms

include

out

reports

HTML Directory
<PROD>_TOP

admin

help html

java lib

media mesg log

patch plsql

resource sql

bin
forms

US include

out

reports

Include Directory
<PROD>_TOP

admin bin

help html

java

media

patch plsql

resource

lib
log

mesg out

sql

forms

include

reports

Java Directory
<PROD>_TOP

admin help html bin forms include java

resource media patch lib mesg log sql plsql out reports

make

jar

*.jar

Lib Directory
<PROD>_TOP

help bin forms html

java lib

media

patch plsql

resource sql

mesg
log out

include

reports

Log and Out Directories


<PROD>_TOP

admin bin

help html

java lib

media mesg

patch plsql

resource sql

forms

include

log

out

reports

Media Directory
<PROD>_TOP

admin

help html

java lib

media mesg log

patch plsql

resource sql

bin
forms

include

out

reports

Mesg Directory
<PROD>_TOP

admin bin

help html

java lib

media

patch out plsql

resource sql

forms

log

include

mesg US.msb

reports

Patch Directory
<PROD>_TOP

admin
bin

help html

java lib

media

out

plsql resource reports sql

mesg
log

patch 115

forms

include

driver sql odf import

PL/SQL and Resource Directories


<PROD>_TOP

admin bin

help html

java lib

media mesg

patch

resource

US plsql
reports sql

forms

include

log

out

Reports Directory
<PROD>_TOP

admin bin

help html

java

media

patch plsql

resource

lib
log

mesg out

sql

forms

include

reports US

Sql Directory
<PROD>_TOP

admin bin

help

java lib

media mesg log

patch

resource sql

html
include

plsql
reports

forms

out

<Insert Picture Here>

Q&A

You might also like