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