DBA Data[Home] [Help]

APPS.IRC_XML_UTIL dependencies on FND_PROFILE

Line 151: g_proxy:=fnd_profile.value('WEB_PROXY_HOST');

147: retval varchar2(32767);
148: l_proxy varchar2(255);
149: begin
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;

Line 158: g_wallet_path:='file:'||fnd_profile.value('FND_DB_WALLET_DIR');

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');
159: end if;
160: if (g_wallet_password is null) then
161: g_wallet_password:=fnd_preference.eget('#INTERNAL','WF_WEBSERVICES','EWALLETPWD', 'WFWS_PWD');
162: end if;

Line 186: utl_http.SET_BODY_CHARSET(fnd_profile.value('ICX_CLIENT_IANA_ENCODING'));

182: --
183: retval utl_http.html_pieces;
184: l_proxy varchar2(255);
185: begin
186: utl_http.SET_BODY_CHARSET(fnd_profile.value('ICX_CLIENT_IANA_ENCODING'));
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

Line 188: g_proxy:=fnd_profile.value('WEB_PROXY_HOST');

184: l_proxy varchar2(255);
185: begin
186: utl_http.SET_BODY_CHARSET(fnd_profile.value('ICX_CLIENT_IANA_ENCODING'));
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;

Line 195: g_wallet_path:='file:'||fnd_profile.value('FND_DB_WALLET_DIR');

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');
196: end if;
197: if (g_wallet_password is null) then
198: g_wallet_password:=fnd_preference.eget('#INTERNAL','WF_WEBSERVICES','EWALLETPWD', 'WFWS_PWD');
199: end if;