DBA Data[Home] [Help]

APPS.HZ_DUP_PVT dependencies on FND_RESP_FUNCTIONS

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')