Friday, January 4, 2013

Compile Forms and Libraries in Oracle EBS R12

 Login as APPS owner and Set the environment on Application tier.

 Compile Libraries

 Go to directory top where libraries are residing.
 eg : cd $AU_TOP/resource

 Compile Libraies using following example command.

frmcmp.sh module=$AU_TOP/resource/RCVRCERH.pll userid=APPS/<apps_pw> output_file=$AU_TOP/resource/RCVRCERH.plx module_type=library batch=yes compile_all=special

 Compile Forms

 Go to form top where forms are residing.
 eg : cd $AU_TOP/forms/US

Compile Forms using following example command.

frmcmp userid=apps/<apps_pw> module=RCVRCERC.fmb output_file=$AU_TOP/forms/US/RCVRCERC.fmx module_type=form batch=no compile_all=special