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 187: g_proxy:=fnd_profile.value('WEB_PROXY_HOST');

183: retval utl_http.html_pieces;
184: l_proxy varchar2(255);
185: begin
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;

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

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