DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC dependencies on FND_MENUS

Line 3293: select menu_id into p_permission_set_id from fnd_menus

3289: select object_id into p_object_id from fnd_objects
3290: where obj_name = 'ODF_CUSTOMIZATION_OBJ';
3291:
3292: -- retrieve the PERMISSION_SET_ID of ODF_EXECUTION_PS
3293: select menu_id into p_permission_set_id from fnd_menus
3294: where menu_name = 'ODF_EXECUTION_PS';
3295:
3296: --Custom role attached to seed application
3297: p_custom_role := 'UMX|ODF_CUSTOM_'||seeded_app||'_ROLE';