DBA Data[Home] [Help]

APPS.ORACLESSWA dependencies on ICX_PORTLET

Line 32: l_session_id := icx_portlet.validateSessionPart1;

28: */
29:
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);

Line 51: l_url := icx_portlet.createExecLink(p_application_id => l_resp_appl_id,

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,
52: p_responsibility_id => l_responsibility_id,
53: p_security_group_id => l_security_group_id,
54: p_function_id => l_function_id,
55: p_parameters => P,

Line 154: l_session_id := icx_portlet.validateSessionPart1;

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

Line 169: update icx_portlet_customizations

165: where session_id = l_session_id;
166:
167: -- Update the caching key for every 'Current responsibility
168: -- pages' portlet belonging to the current user
169: update icx_portlet_customizations
170: set responsibility_id = l_responsibility_id,
171: application_id = l_resp_appl_id,
172: security_group_id = l_security_group_id,
173: caching_key = caching_key + 1