apex_add_alert_box
Add a styled alert box to an Oracle APEX page with type (info, success, warning, error), title, message, icon, custom CSS, and dismissible option.
Instructions
Add a styled alert box (info/success/warning/error) with title and message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Font Awesome class override (e.g., "fa-bell"). Uses type default if empty. | |
| title | No | Optional bold title line above the message. | |
| message | Yes | Alert message text. Supports &ITEM. substitutions. | |
| page_id | Yes | Target page ID. | |
| sequence | No | Display order on page. | |
| alert_type | No | "info" | "success" | "warning" | "error". | info |
| custom_css | No | Additional CSS rules injected into the style block. | |
| dismissible | No | Show x close button (default True). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |