Tuesday, April 16, 2013

Compile form in Oracle Applications

Use the below command to compile a form from server. Compile command is different for both 11i and R12. Pass appropriate values.
***Replace upper case in command with appropriate values.

Oracle Applications R12

frmcmp_batch userid=DBUSER/DBPWD module=FORMNAME.fmb output_file=FORMNAME.fmx module_type=form batch=no compile_all=yes


Oracle Applications11i

f60gen module=FORMNAME.fmb userid=DBUSER/DBPWD module_type=form output_file=FORMNAME.fmx compile_all=special

 

No comments:

Post a Comment