DBA Data[Home] [Help]

APPS.HZ_DUP_PVT dependencies on FND_MENUS

Line 1421: FND_MENUS_VL mv

1417: wf_local_user_roles wur,
1418: FND_RESPONSIBILITY r,
1419: FND_MENU_ENTRIES m,
1420: FND_MENU_ENTRIES mp,
1421: FND_MENUS_VL mv
1422: where wur.user_name = u.user_name
1423: and wur.ROLE_ORIG_SYSTEM_ID = r.responsibility_id
1424: and wur.role_orig_system = 'FND_RESP'
1425: and not wur.role_name like 'FND_RESP|%|ANY'

Line 1446: from FND_RESP_FUNCTIONS rf, FND_MENUS m

1442: and mv.menu_name = 'IMC_NG_DATA_QUALITY'
1443: and u.user_id = HZ_UTILITY_V2PUB.CREATED_BY
1444: and not exists (
1445: select 'X'
1446: from FND_RESP_FUNCTIONS rf, FND_MENUS m
1447: where rf.action_id = m.menu_id
1448: and r.responsibility_id = rf.responsibility_id
1449: and m.menu_name = 'IMC_NG_DATA_QUALITY'
1450: and rf.rule_type = 'M')