5.14 GET_NO_PROXY_DOMAINS Function
This function retrieves the no proxy domains attribute of an application.
Syntax
APEX_APPLICATION_ADMIN.GET_NO_PROXY_DOMAINS (
    p_application_id    IN  NUMBER )
    RETURN VARCHAR2;Parameters
| Parameter | Description | 
|---|---|
| p_application_id | The application ID. | 
Returns
This function returns a comma-delimited list of domains for which the proxy server cannot be used. The no proxy domains attribute cannot be more than 500 characters.
Parent topic: APEX_APPLICATION_ADMIN