-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Oracle E-Business Suite R12 Core Development and Extension Cookbook
By :

In this recipe, we are going to start on the basics of a master detail form. There are several tasks that we will need to do:
Creating a block using the block wizard
Setting the block properties
Setting the item properties
Setting the canvas properties
Setting the window properties
Setting the module properties
Creating a dummy item
Removing unwanted objects
Renaming prompts
Resizing the viewport
We have already created two views to base our form on at the beginning of this chapter. The views are called XXHR_PERMGR_DETAILS_V
and XXHR_PERSON_DETAILS_V
. It is always better to base the block on a view, especially for more complex blocks that use multiple tables. There are several reasons for this; for example, it will reduce network traffic and we will not need to write PRE and POST trigger code for non-database fields.
We will first create the master block for the societies form using the block wizard.
Change the font size
Change margin width
Change background colour