DBA Data[Home] [Help]

APPS.ORACLENAVIGATE dependencies on FND_MENUS

Line 538: fnd_menus m

534: m.menu_id
535: from FND_SECURITY_GROUPS_VL fsg,
536: FND_RESPONSIBILITY_VL a,
537: FND_USER_RESP_GROUPS b,
538: fnd_menus m
539: where b.user_id = icx_sec.g_user_id
540: AND a.menu_id = m.menu_id
541: and b.start_date <= sysdate
542: and (b.end_date is null or b.end_date > sysdate)

Line 1225: FND_MENUS m

1221: from FND_SECURITY_GROUPS_VL fsg,
1222: fnd_responsibility_vl a,
1223: FND_USER_RESP_GROUPS b,
1224: FND_APPLICATION fa,
1225: FND_MENUS m
1226: where b.user_id = icx_sec.g_user_id
1227: AND m.menu_id = a.menu_id
1228: and version in ('4','W')
1229: and b.start_date <= sysdate