Invalid package body for GME_RESERVATIONS_PVT
Hi,
Apps 12.1.3
GME_RESERVATIONS_PVT package body is invalid.
Had them run the following scripts..
select text from user_source where name='GME_RESERVATIONS_PVT' and line=2
"/* $Header: GMEVRSVS.pls 120.2.12010000.3 2010/07/22 10:54:02 skommine ship $ */
"
"/* $Header: GMEVRSVB.pls 120.24.12010000.18 2011/11/28 20:52:16 gmurator ship $ */
alter package GME_RESERVATIONS_PVT compile
Warning: Package altered with compilation errors.
select line,text from user_errors where name='GME_RESERVATIONS_PVT'
LINE
----------
TEXT
-----------------------------------------------------------------
86
PLS-00323: subprogram or cursor 'GET_RESERVED_QTY' is declared in a package spec
ification and must be defined in the package body,
Found several GME patches that deliver higer version of GMEVRSVS.pls and GMEVRSVS.plb.
Apps 12.1.3
GME_RESERVATIONS_PVT package body is invalid.
Had them run the following scripts..
select text from user_source where name='GME_RESERVATIONS_PVT' and line=2
"/* $Header: GMEVRSVS.pls 120.2.12010000.3 2010/07/22 10:54:02 skommine ship $ */
"
"/* $Header: GMEVRSVB.pls 120.24.12010000.18 2011/11/28 20:52:16 gmurator ship $ */
alter package GME_RESERVATIONS_PVT compile
Warning: Package altered with compilation errors.
select line,text from user_errors where name='GME_RESERVATIONS_PVT'
LINE
----------
TEXT
-----------------------------------------------------------------
86
PLS-00323: subprogram or cursor 'GET_RESERVED_QTY' is declared in a package spec
ification and must be defined in the package body,
Found several GME patches that deliver higer version of GMEVRSVS.pls and GMEVRSVS.plb.
Tagged:
0