DBA Data[Home] [Help]

APPS.UMX_W3H_UTL dependencies on FND_MENUS

Line 12: -- p_menu_name - takes in FND_MENUS.MENU_NAME%TYPE object

8: -- This method takes in the name of permission set for the corresponding
9: -- database security object and returns the list for the
10: -- permission set
11: -- IN
12: -- p_menu_name - takes in FND_MENUS.MENU_NAME%TYPE object
13: -- RETURNS
14: -- List for the permission set
15:
16: function getObjectDetails(

Line 17: p_menu_name in FND_MENUS.MENU_NAME%TYPE) return varchar2;

13: -- RETURNS
14: -- List for the permission set
15:
16: function getObjectDetails(
17: p_menu_name in FND_MENUS.MENU_NAME%TYPE) return varchar2;
18: /***************************************************************************************/
19:
20: -- Function
21: -- isFunctionAccessible