How to compile forms in R12.2

STEP 1--> Login to app server

STEP 2--> Go to  directory $AU_TOP/forms?US

STEP 3--> Move to ".fmb" file

STEP 4--> Execute the below command to generate ".fmx"

frmcmp_batch userid=apps/<apps_pwd> module=<form_name>.fmb output_file=<form_name>.fmx module_type=form batch=no compile_all=special

(EX):-

  frmcmp_batch userid=apps/apps module=JAINTAXT.fmb output_file=$JA_TOP/forms/US/JAINTAXT.fmx module_type=form batch=no compile_all=special


(O/p):

  Created form file /oracle/CLONE/apps/fs2/EBSapps/appl/ja/12.0.0/forms/US/JAINTAXT.fmx

Refer:

R12: How to Compile a Form in Release 12 (Doc ID 1085928.1)

Comments

  1. Please find some more oracle DBA interview question:
    https://www.top15search.blogspot.com

    ReplyDelete

Post a Comment

Popular posts from this blog

How to troubleshoot long running concurrent request in R12.2

How to run Gather Schema Statistics in R12.2