Friday, 11 April 2014

How to Register the Form into Oracle Apps


Step 1: DEPLOY THE FORM IN THE SERVER

                         > Upload your .fmb file into au top


Step 2: Open Putty,  go to Custom path and create the .fmx file in the server

frmcmp_batch module=XX_NEW_FORM.fmb userid=APPS/xxxmaniapps output_file='/u04/xxxprod/apps/apps_st/appl/xxms/12.0.0/forms/US/XX_NEW_FORM.fmx' module_type=form compile_all=special


Step 3: REGISTERING THE FORM IN ORACLE APPS
a) Registering the FORM in Oracle Apps
                        > Go to Application Developer  —> Application —> Form
                        > Give the details:
                        > Save


b) Registaring the FORM to a form function
                        > System Administrator —->Application —-> Function
                        > Give the details:
                        > save




c) Finding the menu to which the above form function is to be attached. Again the menu is attached to a Responsibility. So we have go in the reverse order to find the menu name.
                        > System Administrator —->Security —-> Responsibility —->Define
                        > Press F11
                        > Responsibility Name:
                        > Press Ctrl + F11
                        >Take the Menu name   —>

                       

d) Attaching the function to a Submenu of the above Main menu
                        > System Administrator —->Application —> Menu
                        > Press F11
                        > Menu:  
                        > Press Ctrl+F11
                        > Promt:
                        > Submenu:
                 

                        >System Administrator —->Application —> Menu
                        > Press F11
                        > Menu:
                        > Press Ctrl+F11
                        > Create a new
                        > Promt:   (It will display in the navigator)
                        >Function:  Attach the function to the submenu
                        > save

                        >One request has been submitted to recompile your menus in the database.
e) Viewing the request submitted in the background to recompile the menus to attach the function
                        > Go to View——–>Requests———>Find
                        >The status should be: Compiled Normal



Step 4: VIEWING THE FORM IN ORACLE APPLICATION:

                        >Go to Oracle apps front end.
                        >Login with username and password
                        >Go to Responsibility —>Open the Supplier Form