Commands to be used to compile Form plls and Form fmbs in Oracle apps :-
Form FMB Compile :-
Place fmb file in AU top (It could be custom top where you keep your custom fmb files based on your organization standards)
Command :-
frmcmp_batch userid=apps/apps_pwd module=$AU_TOP/forms/US/MY_FILE.fmb output_file=$AU_TOP/forms/US/MY_FILE.fmx module_type=form batch=yes compile_all=special
Form PLL Compile :-
Place fmb file in AU top (It could be custom top where you keep your custom pll files based on your organization standards)
Command:-
frmcmp_batch module=$AU_TOP/resource/CUSTOM.pll userid=apps/apps_pwd output_file=$AU_TOP/resource/CUSTOM.plx module_type=LIBRARY batch=yes compile_all=special
No comments:
Post a Comment