Error appears after applying patch 14461780:R12.GME.B
Error appears after applying patch 14461780:R12.GME.B
SQL> alter package GME_MOBILE_LOVS compile body;
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY GME_MOBILE_LOVS:
LINE/COL ERROR
-------- -----------------------------------------------------------------
312/13 PLS-00323: subprogram or cursor 'LOT_ONHAND_EXP_LOV' is declared
in a package specification and must be defined in the package
body
----------------------
SQL> alter package GME_MOBILE_TXN compile body;
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY GME_MOBILE_TXN:
LINE/COL ERROR
-------- -----------------------------------------------------------------
51/13 PLS-00323: subprogram or cursor 'CREATE_MATERIAL_TXN' is declared