Oracle Forms Personalization
Oracle Forms Personalization
The form personalization features allows to declaratively altering the behavior of form based
screens, including changing properties.
Executing built - INS
Displaying messages
Adding menu entries
The form contains mainly four sections.
Rules, conditions
Context
Actions
Personalization tables:
Fnd_form_custom_rules
Fnd_form_custom_actions
Fnd_form_custom_scopes
Fnd_form_custom_params
Fnd_form_custom_prop_list
Fnd_form_custom_prop_values
Trigger events:
When new form instance - change field name, hiding a field, changing prompt in the form.
When new block instance -
When new record instance
When new item instance
When validate record (not in all forms)
Condition:
Trigger event-when new form instance
Processing mode-not in enter query mode
Actions:
Seq-10
Type-property
Description-
Language-all
Enabled-yes
Object type-item
Target object – tomai_main_header_blk.description
Property name- case_restriction
Value – uppercase(uppercase/none/lowercase)
Save the record.
Now, whatever you type in the description field it will be entered using uppercase through caps lock in your keyboard is off.