DBA Data[Home] [Help]

APPS.ORACLESSWA dependencies on FND_WEB_CONFIG

Line 235: l_listener_token := FND_WEB_CONFIG.DATABASE_ID;

231: val_z => l_listener_token,
232: defined_z => l_profile_defined);
233: if l_listener_token is null
234: then
235: l_listener_token := FND_WEB_CONFIG.DATABASE_ID;
236: end if;
237:
238: end if;
239:

Line 349: l_url_requested := FND_WEB_CONFIG.PLSQL_AGENT||'OracleMyPage.Home';

345: if(fnd_profile.value('APPS_SSO') = 'SSO_SDK') then
346: l_url_requested :=
347: portalUrlBase||'wwsec_app_priv.login?p_requested_url='||wfa_html.conv_special_url_chars(portalUrl)||'&p_cancel_url='||wfa_html.conv_special_url_chars(portalUrl);
348: else
349: l_url_requested := FND_WEB_CONFIG.PLSQL_AGENT||'OracleMyPage.Home';
350: end if;
351: end if;
352:
353: l_sso_user_name := upper(l_sso_user_name);

Line 528: FND_WEB_CONFIG.PROTOCOL||'//'||

524:
525: begin
526: --lower(owa_util.get_cgi_env('REQUEST_PROTOCOL'))||'://'||
527: l_urlrequested :=
528: FND_WEB_CONFIG.PROTOCOL||'//'||
529: owa_util.get_cgi_env('SERVER_NAME')||':'||
530: owa_util.get_cgi_env('SERVER_PORT')||
531: owa_util.get_cgi_env('SCRIPT_NAME')||
532: owa_util.get_cgi_env('PATH_INFO')||'?'||

Line 777: l_url := FND_WEB_CONFIG.TRAIL_SLASH(l_apps_web_agent);

773: */
774: fnd_profile.get(name => 'APPS_WEB_AGENT',
775: val => l_apps_web_agent);
776:
777: l_url := FND_WEB_CONFIG.TRAIL_SLASH(l_apps_web_agent);
778:
779: --c_anchor := 'OracleSSWA.Execute?E='||wfa_html.conv_special_url_chars(icx_call.encrypt(l_resp_appl_id||'*'||l_responsibility_id||'*'||l_security_group_id||'*'||l_function_id||'*'||'**]'));
780:
781: --bug 267712 added L parm to anchor

Line 821: l_servlet_agent:=FND_WEB_CONFIG.TRAIL_SLASH(replace(upper(l_servlet_agent),'OA_SERVLETS','OA_HTML'));

817: fnd_profile.get_specific(
818: name_z => 'APPS_SERVLET_AGENT',
819: val_z => l_servlet_agent,
820: defined_z => l_profile_defined);
821: l_servlet_agent:=FND_WEB_CONFIG.TRAIL_SLASH(replace(upper(l_servlet_agent),'OA_SERVLETS','OA_HTML'));
822:
823: fnd_profile.get(name => 'APPS_DATABASE_ID',
824: val => l_dbc);
825:

Line 828: l_dbc := FND_WEB_CONFIG.DATABASE_ID;

824: val => l_dbc);
825:
826: if l_dbc is null
827: then
828: l_dbc := FND_WEB_CONFIG.DATABASE_ID;
829: end if;
830:
831: l_servlet_agent:=l_servlet_agent||'jsp/fnd/RF.jsp?dbc='||l_dbc||
832: '&function_id='|| l_function_id ||

Line 889: l_url := FND_WEB_CONFIG.TRAIL_SLASH(l_apps_web_agent);

885: responsibility_id_z => l_responsibility_id,
886: application_id_z => l_resp_appl_id,
887: val_z => l_apps_web_agent,
888: defined_z => l_profile_defined);
889: l_url := FND_WEB_CONFIG.TRAIL_SLASH(l_apps_web_agent);
890: l_url := l_url||'OracleSSWA.Execute?E='||icx_call.encrypt(l_resp_appl_id||'*'||l_responsibility_id||'*'||l_security_group_id||'*'||l_function_id||'*'||'**]')||'&'||'P='||P||'&'||'L='||L;
891:
892: OracleApps.displayLogin(i_direct => l_url,
893: recreate => l_recreate_code);

Line 931: l_url := FND_WEB_CONFIG.TRAIL_SLASH(l_apps_web_agent);

927: responsibility_id_z => l_responsibility_id,
928: application_id_z => l_resp_appl_id,
929: val_z => l_apps_web_agent,
930: defined_z => l_profile_defined);
931: l_url := FND_WEB_CONFIG.TRAIL_SLASH(l_apps_web_agent);
932: c_anchor := 'OracleSSWA.Execute?E='||wfa_html.conv_special_url_chars(icx_call.encrypt(l_resp_appl_id||'*'||l_responsibility_id||'*'||l_security_group_id||'*'||l_function_id||'*'||'**]'));
933:
934: owa_util.mime_header('text/html', FALSE);
935: owa_cookie.send(name=>'WF_WORKLIST_MODE', value=>'-1', expires=>'', path=>'/');-- mputman added for 1903545

Line 999: -- l_url := FND_WEB_CONFIG.TRAIL_SLASH(fnd_profile.value('APPS_WEB_AGENT'));

995: ELSE
996: l_mode := '115X';
997: END IF;
998: l_session_id:=icx_sec.CREATESession(l_user_id, l_mode);
999: -- l_url := FND_WEB_CONFIG.TRAIL_SLASH(fnd_profile.value('APPS_WEB_AGENT'));
1000: -- c_anchor := 'OracleSSWA.Execute?E='||wfa_html.conv_special_url_chars(icx_call.encrypt(l_resp_appl_id||'*'||l_responsibility_id||'*'||l_security_group_id||'*'||l_function_id||'*'||'**]'));
1001:
1002: owa_util.mime_header('text/html', FALSE);
1003: owa_cookie.send(name=>'WF_WORKLIST_MODE', value=>'-1', expires=>'', path=>'/');-- mputman added for 1903545