Saturday, May 26, 2012

Foms compilation 11i & R12...

11i:
$APPL_tOP/apps/ora/8.0.6/bin/f60gen module=/appltop/apps/au/11.5.0/forms/US/ INVSDOIO.fmb userid=APPS/apps output_file=/appltop/apps/fnd/11.5.0/forms/US/ INVSDOIO.fmx  module_type=form batch=yes compile_all=special
cd $AU_TOP/forms/US
ls -ltr INVSDOIO.fmb
FORMS60_PATH=$AU_TOP/resource:$AU_TOP/forms/US
export FORMS60_PATH
f60gen Module=INVSDOIO.fmb Userid=apps/apps Output_file=INVSDOIO.fmx Debug=Yes Module_type=FORM
--------------
Module type =pll
f60gen module=PNSULOCN.pll module_type=library compile_all=Yes userid=apps/apps@DRTSTB | tee ~/PNSULOCN.log
Module type = form
f60gen module=INVSDOIO.fmb module_type=form compile_all=Yes userid=apps/apps@DRTSTB | tee ~/INVSDOIO.log
----------------------------------------------------------

R12:
frmcmp_batch WMSLABEL.fmb userid=APPS/<apps-password> output_file=/u01/app/oracle/apps/apps_st/appl/wms/12.0.0/forms/US/WMSLABEL.fmx module_type=form compile_all=special

No comments:

Post a Comment