Frmcmp compiler used to compile forms and library application in R12
Syntax:
- frmcmp_batch userid=apps/<apps_paswd> module=<Form_Name>.fmb output_file=<Form_Name>.fmx module_type=form batch=no compile_all=special.
Step 1:
Go to the AU_TOP using “cd $AU_TOP/forms/US” and take a backup of existing form before compile the customized form.
- mv fmb xxxxxx.fmb_bkp
Step 2 :
Now you can move the customized forms from local to oracle($AU_TOP/forms/US) by using win-SCP(third party tool)
Step : 3
Please proceed with below Syntax – I have used fmx(Form Executable) in $AR_TOP.
- frmcmp_batch userid=apps/*** module=$AU_TOP/forms/US/****.fmb output_file=$AR_TOP/forms/US/****.fmx module_type=form batch=no compile_all=special.
Step 4:
Now you can find the executable file in the $AR_TOP/forms/US
Recent Posts