Translate

Saturday, March 2, 2019

Register Custom New Form In Oracle EBS


     1.  Prepare your own custom form. Make sure no bugs and error.

      
   












2. Put your custom form (e.g. XXX_NEW_FORM.fmb) in oracle ebs server using ftp tools. Upload this file to $AU_TOP/12.0.0/forms/US/
      






  3. Compile your fmb file using this script:
frmcmp_batch module=XXX_NEW_FORM.fmb userid=apps/apps output_file=$<custom_directory>_TOP/forms/US/XXX_NEW_FORM.fmx module_type=FORM compile_all=YES

4.  Register your custom form (file fmx) in oracle ebs
Navigation : Application Developer  -> Application  ->  Form
For example, please see image below.










5. Register your form to form function.
Navigation : Application Developer  ->  Application  ->  Function.
For example, please see image below.

   
   












      
6. Register your form function to oracle application menu.  In this case, I put this custom form in responsibility “Receivables Manager”
Navigation : Application Developer  ->  Application  ->  Menu.















7.     Please go to form responsibility (Receivables Manager) to run your custom form.

Accounts Receivable-AR setups in Oracle EBS Functional Financials - Apps R12

   1. Oracle Receivables -> Setup -> System ->System Options     a. Receivable GL related setup    b. Transaction and Customer rela...