58 APEX_UI_DEFAULT_UPDATE
The APEX_UI_DEFAULT_UPDATE
package provides procedures to access user interface defaults from within SQL Developer or SQLcl.
You can use this package to set the user interface defaults associated with a table within a schema. The package must be called from within the schema that owns the table you are updating.
User interface defaults enable you to assign default user interface properties to a table, column, or view within a specified schema. When you create a form or report using a wizard, the wizard uses this information to create default values for region and item properties. Utilizing user interface defaults can save valuable development time and has the added benefit of providing consistency across multiple pages in an application.
- ADD_AD_COLUMN Procedure
- ADD_AD_SYNONYM Procedure
- DEL_AD_COLUMN Procedure
- DEL_AD_SYNONYM Procedure
- DEL_COLUMN Procedure
- DEL_GROUP Procedure
- DEL_TABLE Procedure
- SYNCH_TABLE Procedure
- UPD_AD_COLUMN Procedure
- UPD_AD_SYNONYM Procedure
- UPD_COLUMN Procedure
- UPD_DISPLAY_IN_FORM Procedure
- UPD_DISPLAY_IN_REPORT Procedure
- UPD_FORM_REGION_TITLE Procedure
- UPD_GROUP Procedure
- UPD_ITEM_DISPLAY_HEIGHT Procedure
- UPD_ITEM_DISPLAY_WIDTH Procedure
- UPD_ITEM_FORMAT_MASK Procedure
- UPD_ITEM_HELP Procedure
- UPD_LABEL Procedure
- UPD_REPORT_ALIGNMENT Procedure
- UPD_REPORT_FORMAT_MASK Procedure
- UPD_REPORT_REGION_TITLE Procedure
- UPD_TABLE Procedure