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 351: l_url_requested := FND_WEB_CONFIG.PLSQL_AGENT||'OracleMyPage.Home';

347: if(fnd_profile.value('APPS_SSO') = 'SSO_SDK') then
348: l_url_requested :=
349: 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);
350: else
351: l_url_requested := FND_WEB_CONFIG.PLSQL_AGENT||'OracleMyPage.Home';
352: end if;
353: end if;
354:
355: l_sso_user_name := upper(l_sso_user_name);

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

536:
537: begin
538: --lower(owa_util.get_cgi_env('REQUEST_PROTOCOL'))||'://'||
539: l_urlrequested :=
540: FND_WEB_CONFIG.PROTOCOL||'//'||
541: owa_util.get_cgi_env('SERVER_NAME')||':'||
542: owa_util.get_cgi_env('SERVER_PORT')||
543: owa_util.get_cgi_env('SCRIPT_NAME')||
544: owa_util.get_cgi_env('PATH_INFO')||'?'||

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

785: */
786: fnd_profile.get(name => 'APPS_WEB_AGENT',
787: val => l_apps_web_agent);
788:
789: l_url := FND_WEB_CONFIG.TRAIL_SLASH(l_apps_web_agent);
790:
791: --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||'*'||'**]'));
792:
793: --bug 267712 added L parm to anchor

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

829: fnd_profile.get_specific(
830: name_z => 'APPS_SERVLET_AGENT',
831: val_z => l_servlet_agent,
832: defined_z => l_profile_defined);
833: l_servlet_agent:=FND_WEB_CONFIG.TRAIL_SLASH(replace(upper(l_servlet_agent),'OA_SERVLETS','OA_HTML'));
834:
835: fnd_profile.get(name => 'APPS_DATABASE_ID',
836: val => l_dbc);
837:

Line 840: l_dbc := FND_WEB_CONFIG.DATABASE_ID;

836: val => l_dbc);
837:
838: if l_dbc is null
839: then
840: l_dbc := FND_WEB_CONFIG.DATABASE_ID;
841: end if;
842:
843: l_servlet_agent:=l_servlet_agent||'jsp/fnd/RF.jsp?dbc='||l_dbc||
844: '&function_id='|| l_function_id ||

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

897: responsibility_id_z => l_responsibility_id,
898: application_id_z => l_resp_appl_id,
899: val_z => l_apps_web_agent,
900: defined_z => l_profile_defined);
901: l_url := FND_WEB_CONFIG.TRAIL_SLASH(l_apps_web_agent);
902: 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;
903:
904: OracleApps.displayLogin(i_direct => l_url,
905: recreate => l_recreate_code);

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

939: responsibility_id_z => l_responsibility_id,
940: application_id_z => l_resp_appl_id,
941: val_z => l_apps_web_agent,
942: defined_z => l_profile_defined);
943: l_url := FND_WEB_CONFIG.TRAIL_SLASH(l_apps_web_agent);
944: 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||'*'||'**]'));
945:
946: owa_util.mime_header('text/html', FALSE);
947: owa_cookie.send(name=>'WF_WORKLIST_MODE', value=>'-1', expires=>'', path=>'/');-- mputman added for 1903545

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

1007: ELSE
1008: l_mode := '115X';
1009: END IF;
1010: l_session_id:=icx_sec.CREATESession(l_user_id, l_mode);
1011: -- l_url := FND_WEB_CONFIG.TRAIL_SLASH(fnd_profile.value('APPS_WEB_AGENT'));
1012: -- 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||'*'||'**]'));
1013:
1014: owa_util.mime_header('text/html', FALSE);
1015: owa_cookie.send(name=>'WF_WORKLIST_MODE', value=>'-1', expires=>'', path=>'/');-- mputman added for 1903545