qmslib65.pll compile throws error on EnableDisableItem.replacedisablemenu declaration
procedure ENABLEDISABLEITEM.REPLACEDISABLEMENU
(p_submenu in varchar2
,p_function in varchar2);
procedure ENABLEDISABLEITEM.REPLACEDISABLEMENU
(p_function in varchar2);
-- Purpose Disable menu item (overloaded)
--
-- Arguments:
-- p_submenu - name of the submenu the item belongs to
-- p_function - name of the menu item
procedure ENABLEDISABLEITEM.REPLACEENABLEMENU
(p_submenu in varchar2
,p_function in varchar2);
error message sample==================================
Error 103 at line 47, column 28
Encountered the symbol "." when expecting one of the followingf:
( ; is with authid as cluster order using external
determinitic parallel_enable pipelined result_cache
accessible
==================================================
this code is working on 10g but will not compile in 12c.