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

MOSC Banner

Patch 16772118 : Rel 11i : INV : Package Body INVPOPIF invalid after applying Patch 16772118 (Rel 11

edited Jan 9, 2014 4:00AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 commentAnswered ✓

Hi there
After applying Patch 16772118  ("ORACLE APPLICATIONS WITH 11I.ATG_PF.H RUP7: CPU PATCH FOR JUL 2013")
and pre-requisites, Package Body INVPOPIF fails to generate with :

  SQL> alter package INVPOPIF compile body;
     Warning: Package Body altered with compilation errors.
  SQL> show errors;
     Errors for PACKAGE BODY INVPOPIF:

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

Current versions of the PL/SQL source files are :

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

  TEXT
  --------------------------------------------------------------------------------

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