shell script to compile multiple form files in oracle apps
The Below script useful to compile multiple .fmb files from single script. SCRIPT: vi fmcmp.sh #!/bin/bash . APPS_XXXX.env LOGFILE=/d01/backup/fmcmp_`date +%d%b%Y`.log function FCMD { j=”${i//.fmb}” cd $AU_TOP/forms/US frmcmp_batch userid=apps/XXXX module=$i output_file=$AR_TOP/forms/US/$j.fmx…
Read More