Oracle Forms (MOSC)

MOSC Banner

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center