Oracle Forms Compile in Oracle EBS R12.2

First time creating a new form compile:

  1. Login is Application Server
  2. Source the Environment file.
  3. Go to directory $AU_TOP/forms/US
  4. execute the command to generate “.fmx” file.

Syntax :

frmcmp_batch userid=apps/ apps password module=<form.name>.fmb output_file=.<formname>.fmx module_type=form batch=no compile_all=special

For Example :

frmcmp_batch userid=apps/apps module=XXFUNDREQ.fmb output_file=/uatapp/VIS/fs2/EBSapps/appl/xxvis/12.0.0/forms/US/XXFUNDREQ.fmx module_type=form batch=no compile_all=special

If form already, any changes we need to follow the steps:

  1. Login is Application Server
  2. Source the environment file.
  3. Go to directory $AU_TOP/forms/US
  4. backup of the Old “.fmb” file
  5. and execute the command to generate “.fmx” file.

Syntax :

frmcmp_batch userid=apps/apps_password module=<formname>.fmb output_file=<form_name>.fmx module_type=form batch=no compile_all=special

For Examples:

frmcmp_batch userid=apps/apps module=XXFUNDREQ.fmb output_file=/uatapp/VIS/fs2/EBSapps/appl/xxvis/12.0.0/forms/US/XXFUNDREQ.fmx module_type=form batch=no compile_all=special

1 thought on “Oracle Forms Compile in Oracle EBS R12.2”

Leave a Comment

Your email address will not be published. Required fields are marked *