DBA Data[Home] [Help]

APPS.ORACLESSWA dependencies on ICX_CALL

Line 34: l_text := icx_call.decrypt4(icxtoken, l_session_id);

30: begin
31:
32: l_session_id := icx_portlet.validateSessionPart1;
33:
34: l_text := icx_call.decrypt4(icxtoken, l_session_id);
35:
36: icx_on_utilities.unpack_parameters(l_text,l_parameters);
37:
38: l_resp_appl_id := nvl(l_parameters(1),178);

Line 47: l_text := icx_call.decrypt4(P,l_session_id);

43: if P is null
44: then
45: l_text := null;
46: else
47: l_text := icx_call.decrypt4(P,l_session_id);
48: end if;
49:
50: -- 2802333 nlbarlow
51: l_url := icx_portlet.createExecLink(p_application_id => l_resp_appl_id,

Line 155: l_text := icx_call.decrypt4(icxtoken, l_session_id);

151: begin
152: -- Get the responsibility information for the bookmark being
153: -- launched
154: l_session_id := icx_portlet.validateSessionPart1;
155: l_text := icx_call.decrypt4(icxtoken, l_session_id);
156: icx_on_utilities.unpack_parameters(l_text,l_parameters);
157: l_resp_appl_id := nvl(l_parameters(1),178);
158: l_responsibility_id := l_parameters(2);
159: l_security_group_id := l_parameters(3);

Line 639: l_text := icx_call.decrypt(E);

635:
636: --add parameter for sgid and init it here.
637:
638: IF e IS NOT NULL THEN
639: l_text := icx_call.decrypt(E);
640: icx_on_utilities.unpack_parameters(l_text,l_parameters);
641: l_resp_appl_id := nvl(l_parameters(1),178);
642: l_responsibility_id := l_parameters(2);
643: l_security_group_id := l_parameters(3);

Line 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||'*'||'**]'));

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
782: c_anchor := 'OracleSSWA.Execute?F='||F||'&E='||E||'&P='||P||'&L='||L;
783:

Line 848: l_params := icx_call.decrypt(P);

844: owa_util.redirect_url(l_servlet_agent);
845:
846: ELSE
847: IF p IS NOT NULL THEN
848: l_params := icx_call.decrypt(P);
849: --p_resp_appl_id,p_responsibility_id,p_security_group_id,
850: --p_menu_id,c_function_id,p_function_type,p_page_id
851: OracleApps.runfunction(p_resp_appl_id => l_resp_appl_id,
852: p_responsibility_id => l_responsibility_id,

Line 881: l_recreate_code := icx_call.encrypt(l_session_id||'*'||l_user_name||'**]');

877: ICX_SESSIONS i
878: where i.SESSION_ID = l_session_id
879: and i.USER_ID = fu.USER_ID;
880:
881: l_recreate_code := icx_call.encrypt(l_session_id||'*'||l_user_name||'**]');
882:
883: fnd_profile.get_specific(
884: name_z => 'APPS_WEB_AGENT',
885: responsibility_id_z => l_responsibility_id,

Line 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;

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);
894:

Line 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||'*'||'**]'));

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
936: icx_sec.sendSessionCookie(l_session_id);

Line 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||'*'||'**]'));

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
1004: icx_sec.sendSessionCookie(l_session_id);

Line 1032: new_encrypted_string := icx_call.encrypt(l_session_id||'*'||

1028: where SESSION_ID = l_session_id;
1029: commit;
1030:
1031:
1032: new_encrypted_string := icx_call.encrypt(l_session_id||'*'||
1033: l_resp_appl_id||'*'||
1034: l_responsibility_id||'*'||
1035: l_security_group_id||'*'||
1036: l_function_id||'*'||