8.19 GET_NO_PROXY_DOMAINS Function
Use this function to get the No Proxy Domains attribute of an application to be imported.
Syntax
APEX_APPLICATION_INSTALL.GET_PROXY
RETURN VARCHAR2;
Parameters
None.
Example
DECLARE
l_no_proxy_domains varchar2(255);
BEGIN
l_no_proxy_domains := apex_application_install.get_no_proxy_domains;
END;
See Also:
Parent topic: APEX_APPLICATION_INSTALL