DBA Data[Home] [Help]

APPS.BSC_LAUNCH_PAD_PVT dependencies on FND_MENUS_S

Line 705: SELECT fnd_menus_s.nextval INTO h_menu_id FROM DUAL;

701:
702: -- Create the menu only if the menu is for BSC
703: IF UPPER(SUBSTR(h_menu_name,1,3)) = 'BSC' THEN
704: -- Get the menu_id
705: SELECT fnd_menus_s.nextval INTO h_menu_id FROM DUAL;
706:
707: -- Get all info about the menu in the source to create it in the target
708: h_menu_type := NULL;
709: h_description := NULL;