DBA Data[Home] [Help]

APPS.ORACLEPLUGS dependencies on FND_RESPONSIBILITY_VL

Line 343: fnd_responsibility_vl a,

339: d.function_id,
340: d.type
341: from fnd_form_functions d,
342: fnd_menu_entries_vl c,
343: fnd_responsibility_vl a,
344: FND_USER_RESP_GROUPS b
345: where b.user_id = icx_sec.g_user_id
346: and b.start_date <= sysdate
347: and (b.end_date is null or b.end_date > sysdate)

Line 372: fnd_responsibility_vl a,

368: d.function_id,
369: d.type
370: from fnd_form_functions d,
371: fnd_menu_entries_vl c,
372: fnd_responsibility_vl a,
373: FND_USER_RESP_GROUPS b
374: where b.user_id = icx_sec.g_user_id
375: and b.start_date <= sysdate
376: and (b.end_date is null or b.end_date > sysdate)