How to compile a library or report in Oracle E-Business Suite R12.2.x?

How to compile a library or report in Oracle E-Business Suite R12.2.x?

Compiling Forms

1. Login to Linux Terminal and change user to owner of Applications Tier (say applvis).

2. Set the environment:

cd /u01/oracle/VIS/fs1/EBSapps/appl

. VIS_ebs122.env run

where u01 is the directory in which you had installed Oracle EBS, VIS is the SID.

3. Run the following commands:

cd $AU_TOP/plsql

frmcmp_batch module=<library_name>.pll userid=apps/<apps_password> output_file=<output_file>.plx module_type=LIBRARY batch=yes compile_all=special

Example:

frmcmp_batch module=IGIIABAL.pll userid=apps/apps output_file=IGIIABAL.plx module_type=LIBRARY batch=yes compile_all=special

Compiling Reports

Example

/u01/oracle/VIS/fs1/EBSapps/10.1.2/bin/rwconverter source=/u01/oracle/VIS/fs1/EBSapps/appl/xla/12.0.0/reports/US/XLAALIMP.rdf dest=/u01/oracle/VIS/fs1/EBSapps/appl/admin/VIS_patch/out/tmp002.rdf stype=rdffile dtype=rdffile overwrite=yes batch=yes compile_all=yes

Environment

  • Oracle E-Business Suite Release 12.2.x
  • Oracle Linux 5.7 (x86-64)
FNDLOAD wfreprole.ldt error while upgrading from R...
Oracle E-Business Suite steps to upgrade from Rele...