Sometimes we need to compile the .pll ,.fmb ,.rdf file, if we are facing issue with forms,reports and libraries etc.
In R12
Compiling .pll (library):-
cd $AU_TOP/resource
frmcmp_batch module=JAAUUCOM.pll userid=apps/***** output_file=JAAUUCOM.plx module_type=library batch=yes compile_all=special
frmcmp_batch module=CUSTOM.pll userid=apps/***** output_file=CUSTOM.plx module_type=LIBRARY batch=yes compile_all=special
Compiling FMB (forms):-
cd $AU_TOP/forms/US
frmcmp_batch module=XXXX.fmb userid=apps/***** output_file=$JA_TOP/forms/US/XXXXX.fmx module_type=form batch=yes compile_all=special
In 11i
Compiling .pll (library):-
f60gen module=$AU_TOP/forms/US/CUSTOM.pll userid=apps/****** output_file=$JA/forms/USCUSTOM.plx module_type=library compile_all=yes
Compiling FMB (forms):-
f60gen module=$AU_TOP/forms/US/XXXX.fmb userid=apps/****** output_file=$JA/forms/XXXX.fmx module_type=form compile_all=yes
In R12
Compiling .pll (library):-
frmcmp_batch module=JAAUUCOM.pll userid=apps/***** output_file=JAAUUCOM.plx module_type=library batch=yes compile_all=special
frmcmp_batch module=CUSTOM.pll userid=apps/***** output_file=CUSTOM.plx module_type=LIBRARY batch=yes compile_all=special
Compiling FMB (forms):-
cd $AU_TOP/forms/US
frmcmp_batch module=XXXX.fmb userid=apps/***** output_file=$JA_TOP/forms/US/XXXXX.fmx module_type=form batch=yes compile_all=special
In 11i
Compiling .pll (library):-
f60gen module=$AU_TOP/forms/US/CUSTOM.pll userid=apps/****** output_file=$JA/forms/USCUSTOM.plx module_type=library compile_all=yes
Compiling FMB (forms):-
f60gen module=$AU_TOP/forms/US/XXXX.fmb userid=apps/****** output_file=$JA/forms/XXXX.fmx module_type=form compile_all=yes
No comments:
Post a Comment
Thanks for reading till end. I hope this will help you more to improve your knowledge.
Now it's your turn!
What do you think? Share your experience in the comments box and subscribe for more interesting post.