Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 9

Steps for Custom Application

1)sql>create tablespace XXERP datafile


'/d01/oracle/PROD/db/apps_st/data/XXERP01.dbf'

size 500M.

sql> create user XXERP identified by XXERP

default tablespace XXERP

temporary tablespace temp

quota unlimited on XXERP;

sql>grant connect, resource to XXERP;

2)Register Oracle User

Naviate to Security-->Oracle-->Register
Database User Name = XXERP
Password = XXERP
Privilege = Enabled
Install Group = 0
Description = XXERP Custom Application User
3) Make the directory structure under APPL_TOPfor your custom application files.

cd $APPL_TOP

mkdir XXERP

mkdir XXERP/12.0.0

mkdir XXERP/12.0.0/admin

mkdir XXERP/12.0.0/admin/sql

mkdir XXERP/12.0.0/admin/odf

mkdir XXERP/12.0.0/sql

mkdir XXERP/12.0.0/bin

mkdir XXERP/12.0.0/reports

mkdir XXERP/12.0.0/reports/US

mkdir XXERP/12.0.0/forms

mkdir XXERP/12.0.0/forms/US

mkdir XXERP/12.0.0/lib

mkdir XXERP/12.0.0/out

mkdir XXERP/12.0.0/log

4)Add the environment

$vi PROD_node1.env

XXERP_TOP="XXERP_TOP=/d01/oracle/PROD/apps/apps_st/appl/XXERP/12.0.0"

export XXERP_TOP
5) Register the name in AOL

Login to Applications with System Administrator responsibility


Navigate to Application-->Register
Application = XXERP Custom Application
Short Name = XXERP
Basepath = XXERP_TOP
Description = XXERP Custom Application

6) Add Application to a Data Group


Navigate to Security-->Oracle-->DataGroup
Steps for form compilation

7)Create copy of a seeded form

Cd $ /u02/oracle/PROD/apps/apps_st/appl/au/12.0.0/forms/US

cp -rvf fNDSCAUS.fmb HYDSCAUS.fmb

Compile the .fmb to generate .fmx

$AU_TOP/forms/ us

$ frmcmp_batch module_type=FORM module=$AU_TOP/forms/US/HYDSCAUS.fmb


userid=apps/apps

output_file=$HYD_TOP/forms/US/HYDSCAUS.fmx batch=no compile_all=special

8)Register the .fmx as form to AOL

Responsibility: Application Developer

nav: Application:Form
9)Register Function & attach form (using "User Form Name")

Responsibility: System Administrator

nav: Application:Function
10)Register Submenu & attach function (using "User Function Name")

nav: Application:Menu

11) Register Main Menu & attach submenu (using "User Menu Name")

nav: Application:Menu

Menu = XXERP_CUSTOM_MENU
User Menu Name = XXERP Custom Application
Menu Type =
Description = XXERP Custom Application Menu
Seq = 100
Prompt = View Requests
Submenu =
Function = View All Concurrent Requests
Description = View Requests
Seq = 110
Prompt = Run Requests
Submenu =
Function = Requests: Submit
Description = Submit Requests
12)Define Responsibility & attach main menu ( using "User Menu Name")

nav: Security:Responsibility:Define

Responsibility Name = XXERP Custom


Application = XXERP Custom
Responsibility Key = XXERPCUSTOM
Description = XXERP Custom Responsibility
Available From = Oracle Applications
Data Group Name = XXERPGroup
Data Group Application = XXERP Custom
Menu = XXERP Custom Application
Request Group Name = XXERP Request Group
13) Add responsibility to user
Navigate to Security-->User-->Define
Add XXERP Custom responsibility to users as required.
14) cd $INST_TOP/ora/10.1.2/forms/server/default.env

Vi default.env

HYD_TOP:location

(stop and start the application services then check it)

You might also like