Here you go

Thursday, January 14, 2016

Oracle EBS Compile Forms Using Command




Set your location to au/12.0.0/forms/US/
( Which is cd $AU_TOP/forms/US )

Then compile form using following statement:

Syntax:
frmcmp_batch userid=apps/apps_password module=form_name.fmb output_file=location_with_form_name.fmx module_type=form batch=no compile_all=special

Example:

frmcmp_batch userid=apps/apps module=XTRSEFXP.fmb output_file=/d01/oracle/TEST/fs2/EBSapps/appl/xtr/12.0.0/forms/US/XTRSEFXP.fmx module_type=form batch=no compile_all=special

No comments:

Post a Comment

Thanks for making a comment.