Search This Blog

Monday, April 6, 2015

How to Compile Custom Form and custom.pll

Generating fmx or plx :
Putty: Test           -- ur clone
User Id: afzal123     --credentials provided by your dba
password: afzal****

To load env:
$ . /orasb/STDBYCLN/apps/apps_st/appl/APPSSTDBYCLN_xxstdbyap.env


1. Move ur fmb to Au_top/12.0.0/forms/US
2. log in to putty as above and type cd $AU_TOP
3. cd forms/US
4. code to compile form fmb:     
frmcmp_batch module=FUJOTHRS.fmb userid=apps/apps output_file=$PER_TOP/forms/US/FUJOTHRS.fmx compile_all=special module_type=form


1. To compile Custom.pll move the file to au_top/resource
2. Compile as below code.
for custom.pll compiling code:
 frmcmp_batch module=CUSTOM.pll userid=apps/apps output_file=$AU_TOP/resource/CUSTOM.plx compile_all=special module_type=LIBRARY

need to logout for custom.pll to see the changes.


No comments:

Post a Comment