DBA Data[Home] [Help]

APPS.BSC_LAUNCH_PAD_PVT dependencies on FND_MENUS

Line 9: | Description: it is a wrapper for FND_MENUS_PKG.INSERT_ROW function

5: /*===========================================================================+
6: |
7: | Name: INSERT_APP_MENU_VB
8: |
9: | Description: it is a wrapper for FND_MENUS_PKG.INSERT_ROW function
10: | This procedure is to be called from a VB program.
11: | If there is an error, the procedure inserts the error
12: | message in BSC_MESSAGE_LOGS table.
13: |

Line 35: | Description: it is a wrapper for FND_MENUS_PKG.UPDATE_ROW function

31: /*===========================================================================+
32: |
33: | Name: UPDATE_APP_MENU_VB
34: |
35: | Description: it is a wrapper for FND_MENUS_PKG.UPDATE_ROW function
36: | This procedure is to be called from a VB program.
37: | If there is an error, the procedure inserts the error
38: | message in BSC_MESSAGE_LOGS table.
39: |

Line 61: | Description: it is a wrapper for FND_MENUS_PKG.DELETE_ROW function

57: /*===========================================================================+
58: |
59: | Name: DELETE_APP_MENU_VB
60: |
61: | Description: it is a wrapper for FND_MENUS_PKG.DELETE_ROW function
62: | This procedure is to be called from a VB program.
63: | If there is an error, the procedure inserts the error
64: | message in BSC_MESSAGE_LOGS table.
65: |

Line 325: p_Menu_Id IN FND_MENUS.menu_id%TYPE

321: |
322: +============================================================================*/
323: FUNCTION is_Launch_Pad_Attached
324: (
325: p_Menu_Id IN FND_MENUS.menu_id%TYPE
326: , p_Sub_Menu_Id IN FND_MENUS.menu_id%TYPE
327:
328: ) RETURN BOOLEAN;
329:

Line 326: , p_Sub_Menu_Id IN FND_MENUS.menu_id%TYPE

322: +============================================================================*/
323: FUNCTION is_Launch_Pad_Attached
324: (
325: p_Menu_Id IN FND_MENUS.menu_id%TYPE
326: , p_Sub_Menu_Id IN FND_MENUS.menu_id%TYPE
327:
328: ) RETURN BOOLEAN;
329:
330: /*===========================================================================+

Line 341: p_Menu_Id IN FND_MENUS.menu_id%TYPE

337: +============================================================================*/
338:
339: FUNCTION get_entry_sequence
340: (
341: p_Menu_Id IN FND_MENUS.menu_id%TYPE
342: , p_Sub_Menu_Id IN FND_MENUS.menu_id%TYPE
343: ) RETURN NUMBER;
344:
345: END BSC_LAUNCH_PAD_PVT;

Line 342: , p_Sub_Menu_Id IN FND_MENUS.menu_id%TYPE

338:
339: FUNCTION get_entry_sequence
340: (
341: p_Menu_Id IN FND_MENUS.menu_id%TYPE
342: , p_Sub_Menu_Id IN FND_MENUS.menu_id%TYPE
343: ) RETURN NUMBER;
344:
345: END BSC_LAUNCH_PAD_PVT;