apex_copy_page
Duplicate an Oracle APEX page to a new page ID in the same or different app, with an optional custom name.
Instructions
Copy a page to a new page ID within the same app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_page_name | No | Name for the copied page. Defaults to "Copy of {original_name}". | |
| source_app_id | Yes | Source application ID. | |
| target_app_id | Yes | Target application ID (can be same as source). | |
| source_page_id | Yes | Source page ID to copy. | |
| target_page_id | Yes | New page ID in the target app. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |