February 7, 2011

OA Project Setting


Part 1

Test Cases to practise:-
  • Create an oracle Application (OA) JDeveloper9i workspace and project. 
  • Configure a project to enable Developer Mode testing and diagnostics. 
  • Use the JDeveloper9i OA extension to create a very simple page. 
  • Create a controller and assosiate it with a region. 
  • Handle a Submit button press action (an HTTP POST request). 
  • Run a page in regular and debug modes..
Create New OA WorkSpace:
Select File>New(New Object Gallery)


Choose General>Higlight workspace in navigator and chose NEW OA Workspace,give the name and Check add a new OA project Check Box.






Modify the project filename also like testOAProject.jpr and set default package name ..test is the component here. Oracle.apps.ak.test

e.g:



Check the connection details and run options also.


Create Page now:
Select Web Tier>OA Components And then select Page
now u can check the name and package for the page as oracle.apps.ak.test.webui

i.e oracle.apps...webui

Initial page layout screen is called Region.

1.Set ID property to PageLayoutRN.
2.Verify that the Region Style Property is set to page Layout.
3.verify that the form property is set to true.
4.Verify the Auto Footer Property is set to true.Set Window Title Name.
5.Set title Property to PAge header(appera in blue Screen)
6.Set Am Definition Property to oracle.apps.fnd.framework.server.OAApplicationModule


now create another region to test with our items.
-Replace the ID value with MainRN.
-Set Region style property to messageComponentLayout.

-Now create the first item under second region choosing new>messagetextinput
-Create a container Region for Go button.->create a message layout in messageComponentLayout region->name it as Button Layout
-Create Item for Go button by selecting Message layout region
-set item style property to submit button. and set attribute set property to /oracle/apps/fnd/attributesets/buttons/Go.



 
Save ans Run the xml....







No comments:

Post a Comment

Thanks for your comments submitted.,will review and Post soon! by admin.

COALESCE-SQL

Coalesce- return the null values from the expression. It works similar to a case statement where if expression 1 is false then goes to expr...