DBA Data[Home] [Help]

APPS.ENG_ECO_PVT dependencies on FND_MENU_ENTRIES

Line 13963: fnd_menu_entries e

13959: fnd_menus m,
13960: (SELECT distinct f.object_id,
13961: e.menu_id
13962: FROM fnd_form_functions f,
13963: fnd_menu_entries e
13964: WHERE e.function_id = f.function_id) r,
13965: fnd_objects o
13966: WHERE fg.grantee_orig_system='HZ_PARTY'
13967: AND fg.grantee_type = 'USER'

Line 17141: fnd_menu_entries e,

17137: 'ENG_CHANGE'
17138: FROM EGO_OBJ_ROLE_MAPPINGS map,
17139: fnd_menus_vl menus,
17140: eng_change_mgmt_types_vl lookup,
17141: fnd_menu_entries e,
17142: fnd_objects fo
17143: WHERE menus.menu_id(+) = map.child_role_id
17144: AND e.menu_id(+) = menus.menu_id
17145: AND map.CHILD_OBJECT_TYPE(+) = lookup.change_mgmt_type_code