Thursday, 20 July 2017

Register and compile Oracle Form, Function, Menu, Responsibility, user in Oracle Apps r12



First step is to move the FMB file to server.

Login to FTP(SSH, Winscp, Toad) on the server.

Upload the file to server at path: $AU_TOP/forms/US. (..EBSapps/appl/au/12.0.0/forms/US)

Run the below mentioned cmd:

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

Login the application and navigate to Application Developer -> Application -> Form.

Enter the details as mentioned below. Form name should be same as the name of FMB.
 

Navigate to Application Developer -> Application -> Function

Enter the details as mentioned in the images. 
 

Enter Type:- Form 
          
Enter Form:- “Custom Master” (“User Form Name” entered in the form screen)
 
Now create a custom menu. Navigate to Application Developer -> Application -> Menu.
 
Enter the Menu name and add the function in the menu
  
Now create a Responsibility. Navigate to System Administrator -> Security -> Responsibility -> Define.
 
Enter the details as per the sample in the image below and add the created menu to this responsibility.
 
Assign this responsibility to the user. Navigate to System Administrator -> Security -> User -> Define.
 
Add the responsibility to the user. 





Change the responsibility and go to the new responsibility, you will see your created menu and the function.

No comments:

Post a Comment