Sunteți pe pagina 1din 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

S-ar putea să vă placă și