DBA Data[Home] [Help]

APPS.JTF_DIAGNOSTIC dependencies on FND_MENUS

Line 3573: select menu_id into p_permission_set_id from fnd_menus

3569: select object_id into p_object_id from fnd_objects
3570: where obj_name = 'ODF_CUSTOMIZATION_OBJ';
3571:
3572: -- retrieve the PERMISSION_SET_ID of ODF_EXECUTION_PS
3573: select menu_id into p_permission_set_id from fnd_menus
3574: where menu_name = 'ODF_EXECUTION_PS';
3575:
3576: --Custom role attached to seed application
3577: p_custom_role := 'UMX|ODF_CUSTOM_'||seeded_app||'_ROLE';