Wednesday, November 7, 2018

Frequently used Menus and Shortcuts in Oracle Apps

Frequently used Menus and Shortcuts in Oracle Apps

Every form in Oracle E- Business suite has the below menu and shortcut icons. This article focuses on explaining the most frequently used menus and shortcuts in Oracle Apps.
nav1
Let’s get started then …
New Icon: nav2 This icon is used to create new records in the form. Alternately you can also create a new records by going to File > New
nav3
Say you want to add new responsibility to user OPERATIONS. Open the Users form ad query for the user Operations.
nav4
To add a new responsibility to this user, click the New Icon. This will create a new line in the responsibility tab where you can key in the responsibility details.
nav5
Save Icon: nav6 This is used to save the work you have done so far in the form. The save icon looks like the one highlighted in the below screenshot.
In the above example of adding responsibility to user, after entering the responsibility, you have to click on Save Icon only then the responsibility will be added to the user.
You can also save by going to File > Save.
nav7
Show Navigator Icon:nav8Clicking on this will take you to the Navigator window. Navigator is nothing but a list of forms and pages that you can access using the responsibility you are in.
nav9
Switch Responsibility Icon:  nav10This lets you to switch to another responsibility. Clicking on this will open a window which lists the responsibilities you are allowed to access. Enter a valid responsibility name in the “Find” field and click on “OK”. This will take you to that responsibility.
nav11
You can also switch responsibility by going to File > Switch Responsibility
nav12
Print Icon: nav13This will print the current page.
nav14
Cut Icon: nav15This icon will be enabled only when you are entering some values for the fields in the form. This is used cut any entered text.
Copy Icon:nav16 This icon will be enabled only when you are entering some values for the fields in the form. This is used copy any entered text.
Paste Icon: nav17This icon will be enabled only when you are entering some values for the fields in the form. This is used paste any copied text.
Clear Record Icon: nav18This icon will clear the entire text that has been entered so far in the form.
Delete Record Icon: nav19This icon will let you delete the current record that is currently displayed in the form.
Close Form Icon:nav20 This will let you close the current form that you are on.
Help Icon: nav21This will open up a new window that has detailed information about the form.
Edit Field Icon: nav22This will help you edit a particular field. You can directly edit the text in the field by placing the cursor in the field. If the text is too long, only a part of it shows up in the field and when you click on this icon, all the text will be seen in a new window as seen in the below screenshot where you can edit the text easily.
nav23
Export:
If you wish to export all the records that are displayed in your current form to your desktop, you can do that by going to File > Export.
Steps to query a particular record from any form:
There are two ways you can do this.
Way 1: If you want to query a concurrent program named “erpSchools Demo Concurrent Program”, follow the below steps.
Navigate the Concurrent Programs window
nav24
nav25
To query either you can go to View > Query By Example > Enter Or Click F11 (keyboard shortcut)
nav26
Now the form will appear in query mode as seen in the below screenshot. At this point, you can enter all your search criteria based on which the form will pull up all the records that satisfy the conditions specified.
nav27
Once the form is in Query mode and if you want to come out of it, you should go to View> Query By Example > Cancel. Keyboard shortcut for the same is F4.
nav28
Since you want to query for the concurrent program “erpSchools Demo Concurrent Program”, enter “erpSchools Demo Concurrent Program” in Program field.
nav29
Go To View > Query By Example > Run. Keyboard shortcut for the same is CTRL F11
nav30
Based on the criteria you enter during the query mode, all the records that satisfy will be pulled up and displayed.
nav31
To traverse to the other records that have been pulled up, click the Right and Left arrows on the keyboard.
To get to the first and last records, you can go to View > Record > First / Last
nav32
Way 2: Alternatively you can pull up the concurrent program by going to View > Find or by clicking on the Torch Icon highlighted in red in the below screenshot.
nav33
nav34
Find Window will show up.
nav35
Enter the concurrent program name whose details you want to pull up and click on Find button.
nav36
All the details of the concurrent program will be pulled up.
nav37

No comments:

Post a Comment

SQL Important Queries

  How to delete rows with no where clause The following example deletes  all rows  from the  Person.Person  the table in the AdventureWork...