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 191: l_proxy:=hr_util_web.proxyforURL(substr(url,1,2000));

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