Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

OE_CREDIT_CHECK_PVT invalid after patch 14570456

edited Jun 13, 2013 8:13AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered
Hi,
Apps 12.1.3

SQL> alter PACKAGE APPS.OE_CREDIT_CHECK_PVT compile body;

Warning: Package Body altered with compilation errors.

SQL> sho errors
Errors for PACKAGE BODY APPS.OE_CREDIT_CHECK_PVT:

LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0      PLS-00907: cannot load library unit APPS.OE_CREDIT_CHECK_UTIL
(referenced by APPS.OE_CREDIT_CHECK_GLOBALS)

0/0      PLS-00907: cannot load library unit APPS.OE_CREDIT_CHECK_UTIL
(referenced by APPS.OE_CREDIT_CHECK_GLOBALS)

80/4     PL/SQL: Statement ignored
85/4     PL/SQL: Statement ignored
SQL>

-------------------
select text from dba_source
where name like '%OE_CREDIT_CHECK_PVT%'
and line = 2;
shows...

-- $Header: OEXVCRCS.pls 120.0 2005/06/01 01:52:17 appldev noship $
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center