DBA Data[Home] [Help]

APPS.EDR_XDOC_UTIL_PKG dependencies on FND_PROFILE

Line 313: l_agent := FND_PROFILE.VALUE('APPS_JSP_AGENT');

309: l_src_req := null;
310: l_src_req := GET_SERVICE_TICKET_STRING(EDR_CONSTANTS_GRP.g_service_name);
311:
312:
313: l_agent := FND_PROFILE.VALUE('APPS_JSP_AGENT');
314: if (FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
315: FND_LOG.STRING(FND_LOG.LEVEL_EVENT,l_module_name,
316: 'APPS JSP Agent is: '||l_agent);
317: end if;

Line 651: if(fnd_profile.defined('FND_DB_WALLET_DIR')) then

647: l_http_response := null;
648: l_wallet := null;
649:
650: if(instr(upper(p_request_url),'HTTPS' ) > 0 ) then
651: if(fnd_profile.defined('FND_DB_WALLET_DIR')) then
652: l_wallet := fnd_profile.value('FND_DB_WALLET_DIR');
653: if(l_wallet is null) then
654: raise profile_error;
655: end if;

Line 652: l_wallet := fnd_profile.value('FND_DB_WALLET_DIR');

648: l_wallet := null;
649:
650: if(instr(upper(p_request_url),'HTTPS' ) > 0 ) then
651: if(fnd_profile.defined('FND_DB_WALLET_DIR')) then
652: l_wallet := fnd_profile.value('FND_DB_WALLET_DIR');
653: if(l_wallet is null) then
654: raise profile_error;
655: end if;
656: else