Saturday, June 29, 2013

Oracle forms compilation in 11i and R12


1. Set the Environment Variables:
    
    Go to $APPL_TOP. You will find the .env files 
    
    Execute following command
    
     . APPSORA.env or
      sh APPSORA.env

2. Move the fmb to $AU_TOP/forms/US Dir using any FTP Program

3. Go to AU TOP where all FMB's stored

cd $AU_TOP/forms/US

3. Execute following command

For 11i 

f60gen module=CUSTOMFORM.fmb userid=apps/$appspwd compile_all=yes output_file=$CUSTOM_TOP/forms/US/CUSTOMFORM.fmx

4. For R12

frmcmp_batch module=CUSTOMFORM.fmb userid=apps/$appspwd compile_all=yes output_file=$CUSTOM_TOP/forms/US/CUSTOMFORM.fmx