apex_add_page
Add a new page to an Oracle APEX application. Configure page ID, name, type (blank, report, form, login, dashboard, modal, or global), help text, and access authorization.
Instructions
Add a new page to the app. page_mode: Normal or Modal Dialog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Numeric page ID (e.g., 1, 10, 100). Page 0 is the global page. | |
| help_text | No | Help text shown to users on this page. | |
| page_name | Yes | Display name for the page (e.g., "Dashboard", "User List"). | |
| page_type | No | Type of page. Options: - "blank": Empty page (default) — use to add your own regions - "report": Interactive Report page template - "form": Form page template - "login": Login page (no nav, centered layout) - "dashboard": Dashboard with card layout - "modal": Modal dialog page - "global": Global page (page 0, appears on all pages) | blank |
| auth_scheme | No | Name of authorization scheme to restrict access (e.g., "IS_ADMIN"). Leave empty for public access. | |
| page_template | No | Override page template. Leave empty to use default for page_type. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |