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

MOSC Banner

19365210:R12.PO.B PACKAGE BODY PO_PDOI_LINE_PROCESS_PVT Invalid

edited Feb 10, 2015 2:02PM in Install, Upgrade, Clone, Patch - EBS (MOSC) 3 commentsAnswered ✓

Hi,

After applying patch 19365210:R12.PO.B PACKAGE BODY PO_PDOI_LINE_PROCESS_PVT InvalidConnected.
SQL> alter package APPS.PO_PDOI_LINE_PROCESS_PVT compile body;

Warning: Package Body altered with compilation errors.

SQL> show error
Errors for PACKAGE BODY APPS.PO_PDOI_LINE_PROCESS_PVT:

LINE/COL ERROR
-------- -----------------------------------------------------------------
66/11    PLS-00323: subprogram or cursor 'UNIQUENESS_CHECK' is declared in
        a package specification and must be defined in the package body

SQL> select text
2    from dba_source
3   where name = 'PO_PDOI_LINE_PROCESS_PVT' and text like '%$Header%';

TEXT
------------------------------------------------------------------------------------------------------------------------
/* $Header: PO_PDOI_LINE_PROCESS_PVT.pls 120.7.12010000.6 2014/08/21 05:08:29 linlilin ship $ */

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