DBA Data[Home] [Help]

APPS.IRC_XML_UTIL dependencies on FND_PREFERENCE

Line 161: g_wallet_password:=fnd_preference.eget('#INTERNAL','WF_WEBSERVICES','EWALLETPWD', 'WFWS_PWD');

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;
163: retval:=UTL_HTTP.REQUEST(url => url
164: ,proxy => l_proxy
165: ,wallet_path=>g_wallet_path

Line 198: g_wallet_password:=fnd_preference.eget('#INTERNAL','WF_WEBSERVICES','EWALLETPWD', 'WFWS_PWD');

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;
200: retval:=UTL_HTTP.REQUEST_PIECES(url => url
201: ,max_pieces=>max_pieces
202: ,proxy => l_proxy