Follow these steps to create custom forms in E-Business Suite:
1. Create TEMPLATE form: Make a copy of TEMPLATE.fmb and rename it to your custom form name. Your form name will begin with XX. For example developing HRMS-related screens, use HRTEMPLT.fmb.
2. Develop form: Develop your form as per programming guidelines and standards in Oracle Applications Forms Development Guide. Detailed guidelines are available at http://download.oracle.com/docs/cd/B34956_01/current/acrobat/120devg.pdf.
3. Generate runtime file: Transfer the FMB file to middle tier and compile it to generate an FMX compiled file.
4. Register: Register the form with Custom Application.
5. Create form function: Create a form function attached to the form.
6. Attach to menu: Attach the form function to the menu.
7. Assign to responsibility: Assign the menu to the responsibility.