DBA Data[Home] [Help]

APPS.ICX_PORTLET dependencies on FND_USER

Line 17: FND_USER_RESP_GROUPS furg

13: fr.RESPONSIBILITY_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

Line 279: from fnd_user

275: begin
276:
277: select user_id
278: into l_user_id
279: from fnd_user
280: where user_name = p_user_name;
281:
282: update icx_portlet_customizations
283: set caching_key = TO_CHAR(TO_NUMBER(NVL(caching_key, '0')) + 1)

Line 316: from fnd_user

312: begin
313:
314: select user_id
315: into l_user_id
316: from fnd_user
317: where user_name = p_user_name;
318:
319: select function_id
320: into l_function_id

Line 337: from fnd_user

333: l_caching_key_value varchar2(55);
334: begin
335: select user_id
336: into l_user_id
337: from fnd_user
338: where user_name = p_user_name;
339:
340: l_caching_key_value := p_caching_key_value;
341:

Line 379: from fnd_user

375: begin
376:
377: select user_id
378: into l_user_id
379: from fnd_user
380: where user_name = p_user_name;
381:
382: select function_id
383: into l_function_id