0% found this document useful (0 votes)
92 views10 pages

Author - A.Kishore: How To Integrate Applications Release 11I With Custom Applications

This document provides steps to integrate a custom application called XXERP with Oracle Applications Release 11i. It describes how to set up the directory structure for the custom application, create a user and register it with Application Object Library, copy and compile a form template, create a menu item and function for the form, and resolve any errors that may occur.

Uploaded by

sivakrishna
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
92 views10 pages

Author - A.Kishore: How To Integrate Applications Release 11I With Custom Applications

This document provides steps to integrate a custom application called XXERP with Oracle Applications Release 11i. It describes how to set up the directory structure for the custom application, create a user and register it with Application Object Library, copy and compile a form template, create a menu item and function for the form, and resolve any errors that may occur.

Uploaded by

sivakrishna
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Author – A.

Kishore
http://appsdba.info

HOW TO INTEGRATE APPLICATIONS RELEASE 11i


WITH CUSTOM APPLICATIONS

Log into Applications as the System Administrator and navigate to Application  Register.

Connect as applmgr

cd $APPL_TOP
mkdir xxerp
create structure as follows

APPL_TOP ( /u02/oracle/visappl )
|
XXERP_TOP ( /u02/oracle/visappl/xxerp/11.5.0 )  other product directories
|
---------------------------------------------------------------------------------
| | | | | | | |
bin forms help lib log mesg out reports
| |
US US
Author – A.Kishore
http://appsdba.info

cd $APPL_TOP
vi VIS_linuxerp.env

XXERP_TOP="/d01/oracle/visappl/xxerp/11.5.0"
export XXERP_TOP

connect as system

create user XXERP identified by XXERP default tablespace APPS_TS_TX_DATA temporary


tablespace TEMP quota unlimited on APPS_TS_TX_DATA quota unlimited on TEMP;

grant connect,resource to XXERP identified by XXERP;

Register the user with the Application Object Library. Log into Applications as the System Administrator
and navigate to
Security  ORACLE  Register.

Add the custom schema to a data group. Log into Applications as the System Administrator and navigate to
Security  ORACLE
 DataGroup.
Author – A.Kishore
http://appsdba.info

Cd $AU_TOP/forms/US
cp TEMPLATE.fmb ERP.fmb

compile the form

f60gen userid=apps/epson module=ERP.fmb output_file=/d01/or


acle/visappl/xxerp/11.5.0/forms/US/ERP.fmx module_type=form

Switch responsibility to Application Developer


Author – A.Kishore
http://appsdba.info

Make the form as part of the function


Author – A.Kishore
http://appsdba.info

Create the menu and attach the function


Author – A.Kishore
http://appsdba.info
Author – A.Kishore
http://appsdba.info
Author – A.Kishore
http://appsdba.info

Error
Author – A.Kishore
http://appsdba.info

Solution

Restart the forms server


Author – A.Kishore
http://appsdba.info

You might also like