Link to home
Start Free TrialLog in
Avatar of ptreves
ptreves

asked on

FRM-10221: PB with Menus: Compilation + Runtime

Hello,

My application uses a menu file called ALCIE.mmb. I have to compile that file into ALCIE.mmx. At runtime, when the application tries to invoke the menu file, I get the following error:

FRM-10221: Cannot read file ALCIE

When I try to compile the ALCIE.mmb to ALCIE.mmx, I run into the following compilation errors:
=====
[oracle@Linux2005 bin]$ ORACLE_HOME=$ORACLE_HOME2
[oracle@Linux2005 bin]$ ./f90genm.sh
Forms 9.0 (Form Compiler) Version 9.0.4.0.19 (Production)
 
Forms 9.0 (Form Compiler): Release  - Production
 
(c) Copyright 2001 Oracle Corporation.  All rights reserved.
 
PL/SQL Version 9.0.1.5.0 (Production)
 - Creating menu module /u01/app01/oracle_iAS_10g/forms90/Source_9i/Alcie.mmx.
Compiling procedure ENABLE_DISABLE_REGULAR_ITEMS...
Compilation error on procedure ENABLE_DISABLE_REGULAR_ITEMS:
PL/SQL ERROR 201 at line 3, column 5
identifier 'DISABLE_ITEM' must be declared
PL/SQL ERROR 0 at line 3, column 5
Statement ignored
 
Compiling procedure ENABLE_DISABLE_QUERY_ITEMS...
Compilation error on procedure ENABLE_DISABLE_QUERY_ITEMS:
PL/SQL ERROR 201 at line 3, column 5
identifier 'ENABLE_ITEM' must be declared
PL/SQL ERROR 0 at line 3, column 5
Statement ignored
 
Compilation errors have occurred.
====

1) How can I resolve these menu file compilation errors ?

Your toughts ...

PT
ASKER CERTIFIED SOLUTION
Avatar of annamalai77
annamalai77

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial