add

About Me

My photo
Oracle Apps - Techno Functional consultant

Friday, October 26

To get submenus and Function attached to this Main menu.





SELECT c.prompt, 
       c.description
FROM apps.fnd_menus_tl a, 
     fnd_menu_entries_tl c
WHERE a.menu_id = c.menu_id  
AND a.user_menu_name = 'F4 UK PAY Navigator';

No comments: