DBA Data[Home] [Help]

APPS.IRC_XML_UTIL dependencies on HR_UTIL_WEB

Line 154: l_proxy:=hr_util_web.proxyforURL(substr(url,1,2000));

150: if(g_proxy is null) then
151: g_proxy:=fnd_profile.value('WEB_PROXY_HOST');
152: end if;
153: if(g_proxy is not null) then
154: l_proxy:=hr_util_web.proxyforURL(substr(url,1,2000));
155: end if;
156: if(lower(substr(url,1,5))='https') then
157: if (g_wallet_path is null) then
158: g_wallet_path:='file:'||fnd_profile.value('FND_DB_WALLET_DIR');

Line 190: l_proxy:=hr_util_web.proxyforURL(substr(url,1,2000));

186: if(g_proxy is null) then
187: g_proxy:=fnd_profile.value('WEB_PROXY_HOST');
188: end if;
189: if(g_proxy is not null) then
190: l_proxy:=hr_util_web.proxyforURL(substr(url,1,2000));
191: end if;
192: if(lower(substr(url,1,5))='https') then
193: if (g_wallet_path is null) then
194: g_wallet_path:='file:'||fnd_profile.value('FND_DB_WALLET_DIR');