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

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

We can pass parameters to a form to pass data that can help us to perform actions based upon that data. In this case, we want to add a parameter which passes in the PERSON_ID
. If the parameter is populated with a value, we do not want to call the query screen. In this recipe, we are going to perform the following tasks:
Creating a parameter
Bypassing the query find screen
Testing the form
Testing the form with the PERSON_ID
parameter passed in
We are now going to create a parameter in our form so that we can pass PERSON_ID
into the form. This will allow us to call the form from another form and automatically query back an employee record.
To create a parameter, perform the following tasks:
1. Navigate to Parameters in the Object Navigator.
2. Set the following parameter properties:
Name:
P_PERSON_ID
Parameter Data Type:
Number
We can add as many parameters as we want in our form. They can be used to pass information...
Change the font size
Change margin width
Change background colour