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 651: l_text := icx_call.decrypt(E);

647:
648: --add parameter for sgid and init it here.
649:
650: IF e IS NOT NULL THEN
651: l_text := icx_call.decrypt(E);
652: icx_on_utilities.unpack_parameters(l_text,l_parameters);
653: l_resp_appl_id := nvl(l_parameters(1),178);
654: l_responsibility_id := l_parameters(2);
655: l_security_group_id := l_parameters(3);

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

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

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

856: owa_util.redirect_url(l_servlet_agent);
857:
858: ELSE
859: IF p IS NOT NULL THEN
860: l_params := icx_call.decrypt(P);
861: --p_resp_appl_id,p_responsibility_id,p_security_group_id,
862: --p_menu_id,c_function_id,p_function_type,p_page_id
863: OracleApps.runfunction(p_resp_appl_id => l_resp_appl_id,
864: p_responsibility_id => l_responsibility_id,

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

889: ICX_SESSIONS i
890: where i.SESSION_ID = l_session_id
891: and i.USER_ID = fu.USER_ID;
892:
893: l_recreate_code := icx_call.encrypt(l_session_id||'*'||l_user_name||'**]');
894:
895: fnd_profile.get_specific(
896: name_z => 'APPS_WEB_AGENT',
897: responsibility_id_z => l_responsibility_id,

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

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

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

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

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

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

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

1040: where SESSION_ID = l_session_id;
1041: commit;
1042:
1043:
1044: new_encrypted_string := icx_call.encrypt(l_session_id||'*'||
1045: l_resp_appl_id||'*'||
1046: l_responsibility_id||'*'||
1047: l_security_group_id||'*'||
1048: l_function_id||'*'||