Home > APEX_UI_DEFAULT > UPD_FORM_REGION
The UPD_FORM_REGION_TITLE
procedure updates the Form Region Title . User interface defaults are used in wizards when you create a form based upon the specified table.
Syntax
APEX_UI_DEFAULT_UPDATE.UPD_FORM_REGION_TITLE ( p_table_name IN VARCHAR2, p_form_region_title IN VARCHAR2 DEFAULT NULL );
Parameters
Table: APEX_UI_DEFAULT_UPDATE Parameters describes the parameters available in the UPD_FORM_REGION_TITLE
procedure.
APEX_UI_DEFAULT_UPDATE Parameters
Parameter | Description |
---|---|
|
Table name |
|
Desired form region title |
Example
APEX_UI_DEFAULT_UPDATE.UPD_FORM_REGION_TITLE ( p_table_name => 'DEPT', p_form_region_title => 'Deptartment Details');