DBA Data[Home] [Help]

APPS.ORACLECONFIGURE dependencies on FND_USER_RESP_GROUPS

Line 1475: FND_USER_RESP_GROUPS b

1471: d.type
1472: from fnd_form_functions d,
1473: fnd_menu_entries_vl c,
1474: fnd_responsibility_vl a,
1475: FND_USER_RESP_GROUPS b
1476: where b.user_id = icx_sec.g_user_id
1477: and b.start_date <= sysdate
1478: and (b.end_date is null or b.end_date > sysdate)
1479: and b.RESPONSIBILITY_application_id = a.application_id