apex_update_region
Update a region's SQL source, display name, or template in an existing Oracle APEX app, enabling adjustments without recreating the region.
Instructions
Update a region's SQL source, title, or template in an existing app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | Application ID. | |
| page_id | Yes | Page ID. | |
| new_name | No | New display name for the region (optional). | |
| region_name | Yes | Current name of the region to update. | |
| new_sequence | No | New display sequence (optional). | |
| new_source_sql | No | New SQL source for IR/chart regions (optional). | |
| new_auth_scheme | No | New authorization scheme name (optional). | |
| new_condition_expr | No | New condition expression (optional). | |
| new_condition_type | No | New condition type (optional). | |
| new_static_content | No | New HTML content for static regions (optional). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |