11.5.10.2 : Oracle Project patches delivered 3 new Invalids
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'
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:
0