Introduction
In this chapter, we will be creating a master detail page in OA Framework. We will expand on what we have already learnt in the previous chapter.
At the end of the chapter, readers will have an understanding of how we can create master detail pages in OA framework. Readers will understand how we can create view objects and link them together. We will be creating a page that is based upon an entity object, as in the next chapter we will be performing database transactions. Finally, at the end of the chapter, we will go through the process of deploying our page in Oracle E-Business Suite (EBS) and running it through the application.
In the code bundle, there is also a zip file called oafch3.zip
provided. This is a complete version of the examples that we develop throughout this chapter.
To open the contents of the examples for this chapter, unzip the oafch2.zip
file to the directory C:\oaf\jdevhome\jdev\myprojects\
.
Now in JDeveloper, open the C:\oaf\jdevhome\jdev\myprojects\OAPacktWorkspace...