Skip to Main Content
Feature Request FR-4730
Product Area APIs
Status OPEN

2 Voters

Extend APEX_APPLICATION_ADMIN to get/set Application Comments

mandreato Public
· Nov 22 2025

Idea Summary
The APEX_APPLICATION_ADMIN package provides APIs to modify application attributes of installed Oracle APEX applications. “Application Comments” attribute is used to describe an application or track developers involved in the application development but it's not supported yet.

Use Case
Programmatically update  “Application Comments” attribute.

Preferred Solution (Optional)

APEX_APPLICATION_ADMIN.SET_APPLICATION_COMMENTS (
    p_application_id    IN NUMBER,
    p_application_comments IN CLOB)
    
APEX_APPLICATION_ADMIN.GET_APPLICATION_COMMENTS (
    p_application_id    IN NUMBER) RETURN CLOB
This idea is open.