Wednesday, March 26, 2014

How to compile Oracle EBS Forms R12

R12 we will use frmcmp_batch to compile form

1) Log into the application server using PUTTY
   change the directory to $APPL_TOP
   hint : echo $APPL_TOP

2) Select the appropriate environment and execute.

     hint:  ls *.env
     

3) Ensure that the $FORMS_PATH includes $AU_TOP/resource and $AU_TOP/resource/stub
hint:
echo $FORMS_PATH

/u01/oracle/DEV/apps/apps_st/appl/au/12.0.0/resource:

/u01/oracle/DEV/apps/apps_st/appl/au/12.0.0/resource/stub

4) Compile the form
Transfer your custom form file (.fmb) to the form folder on $AU_TOP
change the directory to forms directory and execute the following script (change path and file name)
hint
i. cd /u01/appldev/DEV/apps/apps_st/appl/au/12.0.0/forms/US
ii. frmcmp_batch.sh userid=apps/apps module=/u01/appldev/DEV/apps/apps_st/appl/au/12.0.0/forms/US/XX_FORMNAME.fmb output_file=/u01/appldev/DEV/apps/apps_st/appl/au/12.0.0/forms/US/XX_FORMNAME.fmx module_type=form batch=no compile_all=yes

No comments:

Post a Comment