Defining Parameters in the Called Form:
Values passed by the calling form to the Called Form must be stored in special variables which can be accessed through any PL/SQL code used in the Called Form. A Variable which contains these values passed from the Calling Form is called Parameters.
Every parameter has the following properties that are given below:
- Parameter Name
- Data Type
- Maximum Length
- Default Value.
The given parameters can be created in the Parameters Node of the Called Form. The parameter node in Forms Builder is found in the Object Navigator.