Monday, August 17, 2009

Registering New Forms in Oracle Apps

A quick quid to create and deploy a form on Oracle Apps.

Creating and deployement.

1. Findout the template form template.fmb(It stored under the appltst\au\versoin_number\forms\US).
2. Save as you want to save form name.
3. Create block canvas and logic what you required on form.
4. Compile it and save it into to other directory where executable are located(appltst\gl\version_number\forms\US)

Configuration with Oracle Apps

1. Connect to Oracle Apps for Registration of create and deployed form.
2. From the responsibilities select the Application Developer.
3. Application Developer > Application > Form
4. In the Form field enter your form name without extension.
and select the application where you want to attach it like GL, HRMS, AR etc then save it.
5. Create a function your forms Application Developer > Application > Function
6. Enter descriptive function name ,user function name save it.
7. Then select the form tab for linking the Form with functions. in the form field select LOV and and select you newly created form name and save it and close form.
8. The third step is create the menu Application Developer > Application > Menu
9. Give menu name and user menu name then enter value in seq number and select you previously created function and save it.
10. Now it is a time the create responsibility for menu attachments.
11. Give responsibility name , select application where you want to attach it and then give the Data group and request group information and finely select menu name, create in previous steps.
12. Assign this responsibility the to the user, connect this user and test your good work.
13. Select Security > User and select the user and add responsibility to the user.

No comments:

Post a Comment