Take backup of fmx -
$ pwd
/u01/install/APPS/fs1/EBSapps/appl/inv/12.0.0/forms/US
$ cp INVSDOIO.fmx INVSDOIO.fmx17feb2022
go to AU_TOP -
cd $AU_TOP/forms/US
template -
frmcmp_batch userid=apps/<apps_pwd> module=<form_name>.fmb output_file=<form_name>.fmx module_type=form batch=no compile_all=special
Example -
frmcmp_batch userid=apps/apps module=INVSDOIO.fmb output_file=INVSDOIO.fmx module_type=form batch=no compile_all=special
Check output for any errors on screen
Comments
Post a Comment