Release 11i Extended Support Minimum Baseline: Two Invalid Objects: MSC_DEMANTRA_PKG and MSC_PHUB_
We've upgraded to Release 11i Extended Support Minimum Baseline and have these two objects that won't recompile:
1* alter PACKAGE APPS.MSC_DEMANTRA_PKG compile body
Warning: Package Body altered with compilation errors.
Warning: Package Body altered with compilation errors.
1* alter PACKAGE APPS.MSC_DEMANTRA_PKG compile body
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY APPS.MSC_DEMANTRA_PKG:
LINE/COL ERROR
-------- -----------------------------------------------------------------
16/13 PL/SQL: SQL Statement ignored
19/17 PL/SQL: ORA-00942: table or view does not exist
33/9 PL/SQL: SQL Statement ignored
126/17 PL/SQL: ORA-00942: table or view does not exist
285/9 PL/SQL: SQL Statement ignored
412/20 PL/SQL: ORA-00942: table or view does not exist
SQL> alter PACKAGE APPS.MSC_PHUB_PKG compile body;
Warning: Package Body altered with compilation errors.
Tagged:
0