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 197: g_wallet_password:=fnd_preference.eget('#INTERNAL','WF_WEBSERVICES','EWALLETPWD', 'WFWS_PWD');

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