4551977 : 11.5.10.2 : OCM_CREDIT_REQUEST_UPDATE_PUB Invalid
We applied OKL.H patch 4551977 to our development instance. This patch changed status of OCM_CREDIT_REQUEST_UPDATE_PUB to invalid. Package spec is valid, but package body is invalid.
When I compile the package I get the following error.
PACKAGE BODY APPS.OCM_CREDIT_REQUEST_UPDATE_PUB
On line: 88
PLS-00323: subprogram or cursor 'UPDATE_CREDIT_REQUEST_STATUS' is declared in a package specification and must be defined in the package body
Before applying the patch:
Package Spec had /*$Header: OCMUPCRS.pls 115.1 2005/03/10 18:45:20 bsarkar noship $ */
Package body had /*$Header: OCMUPCRB.pls 115.1 2005/03/10 18:50:13 bsarkar noship $ */
After applying the patch:
Package Spec has /*$Header: OCMUPCRS.pls 115.4 2005/10/04 21:46:12 bsarkar noship $ */