Compiling Forms in 11i
We have to use f60gen for compiling forms and libraries in Oracle Applications Version 11i.
Some places you need to put the custom form (fmb) under $AU_TOP/forms/US. In some places i have seen the form(fmb) under source code directories. Either is the the case, you need to compile the fmb and place the fmx in the appropriate directory
Step 1: Login to application server
Step 2: Go to the directory $AU_TOP/forms/US
--> Place “.fmb” file in binary mode
Step3: Execute the “f60gen” command to generate “.fmx”.
Syntax:
f60gen module=.fmb userid=apps/ output_file=.fmx module_type=form batch=no compile_all=special
Sample Syntax:
f60gen module=$AU_TOP/forms/US/XXCUSTOM.fmb userid=apps/appspassword output_file=$CUSTOM_TOP/forms/US/XXCUSTOM.fmx module_type=form batch=no compile_all=special
Some places you need to put the custom form (fmb) under $AU_TOP/forms/US. In some places i have seen the form(fmb) under source code directories. Either is the the case, you need to compile the fmb and place the fmx in the appropriate directory
Step 1: Login to application server
Step 2: Go to the directory $AU_TOP/forms/US
--> Place “.fmb” file in binary mode
Step3: Execute the “f60gen” command to generate “.fmx”.
Syntax:
f60gen module=.fmb userid=apps/ output_file=.fmx module_type=form batch=no compile_all=special
Sample Syntax:
f60gen module=$AU_TOP/forms/US/XXCUSTOM.fmb userid=apps/appspassword output_file=$CUSTOM_TOP/forms/US/XXCUSTOM.fmx module_type=form batch=no compile_all=special
Comments
Post a Comment