-
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 modify the code in the TEMPLATE.fmb form. There are certain triggers that need to be modified when creating a new form. The shell is there, we just need to modify the code to make the form function properly. We need to modify code in the following objects:
Modifying the PRE-FORM trigger
Modifying the WHEN-NEW-FORM-INSTANCE trigger
Modifying the APP_CUSTOM procedure
The PRE-FORM trigger stores version information about the form and it also dictates the first window of the form.
To modify the PRE-FORM trigger, perform the following tasks:
1. Navigate to the form level PRE-FORM trigger and open it.

2. Make the following changes to the FND_STANDARD.FORM_INFO parameters:
Change the $Revision: number to 120.1 (change this each time a new version of the form is released)
Change the $Date: to the current date
Change the $Author: to your current username
3. Change the first parameter in the call to the...
Change the font size
Change margin width
Change background colour