DBA Data[Home] [Help]

APPS.ICX_PORTLET dependencies on ICX_SEC

Line 18: where furg.USER_ID = icx_sec.g_user_id

14: furg.SECURITY_GROUP_ID
15: from FND_MENU_ENTRIES fme,
16: FND_RESPONSIBILITY_VL fr,
17: FND_USER_RESP_GROUPS furg
18: where furg.USER_ID = icx_sec.g_user_id
19: and furg.RESPONSIBILITY_APPLICATION_ID = fr.APPLICATION_ID
20: and furg.RESPONSIBILITY_ID = fr.RESPONSIBILITY_ID
21: and fr.MENU_ID = fme.MENU_ID
22: and fme.FUNCTION_ID = p_portlet_id;

Line 66: l_session_id := icx_sec.getsessioncookie;

62: l_defined boolean;
63:
64: begin
65:
66: l_session_id := icx_sec.getsessioncookie;
67:
68: if l_session_id = -1
69: then
70:

Line 106: l_valid := icx_sec.validateSessionPrivate(c_session_id => p_session_id,

102: l_valid boolean;
103:
104: begin
105:
106: l_valid := icx_sec.validateSessionPrivate(c_session_id => p_session_id,
107: c_resp_appl_id => p_application_id,
108: c_responsibility_id => p_responsibility_id,
109: c_security_group_id => p_security_group_id,
110: c_function_id => p_function_id);

Line 133: l_valid := icx_sec.validateSessionPrivate(c_session_id => l_session_id,

129: begin
130:
131: l_session_id := validateSessionPart1;
132:
133: l_valid := icx_sec.validateSessionPrivate(c_session_id => l_session_id,
134: c_resp_appl_id => p_application_id,
135: c_responsibility_id => p_responsibility_id,
136: c_security_group_id => p_security_group_id,
137: c_function_id => p_function_id);

Line 184: l_session_id := nvl(icx_sec.getsessioncookie,-999);

180:
181: /*
182: if p_session_id is null
183: then
184: l_session_id := nvl(icx_sec.getsessioncookie,-999);
185: else
186: l_session_id := p_session_id;
187: end if;
188:

Line 517: icx_sec.ServerLevel;

513: then
514:
515: if fnd_profile.value('APPLICATIONS_HOME_PAGE') = 'PHP'
516: then
517: icx_sec.ServerLevel;
518: end if;
519:
520: l_RFLink := FND_RUN_FUNCTION.GET_RUN_FUNCTION_LINK
521: (P_TEXT =>p_link_name,

Line 532: icx_sec.ServerLevel;

528: else
529:
530: if fnd_profile.value('APPLICATIONS_HOME_PAGE') = 'PHP'
531: then
532: icx_sec.ServerLevel;
533: end if;
534:
535: l_RFLink := FND_RUN_FUNCTION.GET_RUN_FUNCTION_URL
536: (P_FUNCTION_ID => p_function_id,