Home > APEX_UI_DEFAULT > UPD_REPORT_REGION...
The UPD_REPORT_REGION_TITLE
procedure sets the Report Region Title. User interface defaults are used in wizards when a report is created on a table.
Syntax
APEX_UI_DEFAULT_UPDATE.UPD_REPORT_REGION_TITLE ( p_table_name IN VARCHAR2, p_report_region_title IN VARCHAR2 DEFAULT NULL );
Parameters
Table: UPD_REPORT_REGION_TITLE Parameters describes the parameters available in the UPD_REPORT_REGION_TITLE
procedure.
UPD_REPORT_REGION_TITLE Parameters
Parameter | Description |
---|---|
|
Table name |
|
Desired report region title |
Example
APEX_UI_DEFAULT_UPDATE.UPD_REPORT_REGION_TITLE ( p_table_name => 'DEPT', p_report_region_title => 'Deptartments');