DBA Data[Home] [Help]

APPS.BSC_LAUNCH_PAD_PUB dependencies on FND_MENUS_PKG

Line 709: FND_MENUS_PKG.UPDATE_ROW

705: IF(p_launch_pad_rec.Bsc_type IS NOT NULL) THEN
706: l_launch_pad_rec.Bsc_type := p_launch_pad_rec.Bsc_type;
707: END IF;
708:
709: FND_MENUS_PKG.UPDATE_ROW
710: (
711: X_MENU_ID => l_launch_pad_rec.Bsc_menu_id
712: ,X_MENU_NAME => l_launch_pad_rec.Bsc_menu_name
713: ,X_USER_MENU_NAME => l_launch_pad_rec.Bsc_user_menu_name

Line 1019: | Description: It is a wrapper for FND_MENUS_PKG.DELETE_ROW function.

1015: /*===========================================================================+
1016: |
1017: | Name: Delte_Launch_Pad
1018: |
1019: | Description: It is a wrapper for FND_MENUS_PKG.DELETE_ROW function.
1020: | This procedure is to be called from a JAVA Layer
1021: |
1022: | Parameters: x_menu_id - Menu id of the Launch Pad
1023: | Validations : need to check if the menu id being passed is the valid one or not.

Line 1065: FND_MENUS_PKG.DELETE_ROW

1061: RAISE FND_API.G_EXC_ERROR;
1062:
1063: END IF;
1064:
1065: FND_MENUS_PKG.DELETE_ROW
1066: (
1067: X_MENU_ID => p_menu_id
1068: );
1069: