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

MOSC Banner

11.5.10.2 : Oracle Project patches delivered 3 new Invalids

edited Sep 2, 2013 12:16AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 2 commentsAnswered ✓
Hi,

Oracle Project patches delivered 3 new Invalids

OWNER                OBJECT_NAME                    OBJECT_TYPE          STATUS
-------------------- ------------------------------ -------------------- --------
APPS                 PA_COMMITMENTS_V               VIEW                 INVALID
APPS                 PA_PROJ_AP_INV_DIST_V          VIEW                 INVALID
APPS                 PJI_FM_PLAN_EXTR               PACKAGE BODY         INVALID



SQL> select text from user_source where name='PJI_FM_PLAN_EXTR' and line=2

  2  SQL> /

TEXT
--------------------------------------------------------------------------------
/* $Header: PJISF07S.pls 115.5 2005/03/15 00:45:37 rmarcel noship $ */
/* $Header: PJISF07B.pls 115.58 2007/07/25 11:00:04 bifernan noship $ */

SQL> alter package PJI_FM_PLAN_EXTR compile

  2  SQL> ;
SQL>
SQL>
SQL> show error;
No errors.
SQL> alter package PJI_FM_PLAN_EXTR compile;

Warning: Package altered with compilation errors.

SQL> select line,text from user_errors where name='PJI_FM_PLAN_EXTR'
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