Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle form error FRM-41067

user4989821Mar 3 2020 — edited Mar 3 2020

Hello,

I am upgrade oracle 6! to oracle 12c after upgrade the form give runtime error FRM-41067. It erroe comes from one of from Trigger and I havd this cosde in Trigger:

menuitem_name :='QUERY';

REPLACE_MENU('STANDARD_MENU');

mi_id := Find_Menu_Item(menuitem_name);

Set_Menu_Item_Property(mi_id,ENABLED,PROPERTY_FALSE);

the error said

'Cannot find menu item. Invalid ID'

Please advise.

Thanks

Comments
Post Details
Added on Mar 3 2020
3 comments
1,482 views