Wednesday, June 13, 2012

How to compile Oracle Apps Forms 11i/R12

1. Login in Forms Server as APPLUSER and run .evn to set environment.

2. cd  $AU_TOP/forms/US

3. If you on 11i version use following command:
    f60gen module=XXX.fmb userid=apps/apps output_file=XXX.fmb

4. If you on R12 version use following command:
    frmcmp_batch.sh module="XXX.fmb" userid=APPS/APPS output_file="XXX.fmb" module_type=form
   OR
    frmcmp module="XXX.fmb" userid=APPS/APPS output_file="XXX.fmx" module_type=form

No comments:

Post a Comment