12.1.3: Invalid IGI_CIS2007_IGIPMTHR_PKG - PLS-00302: component 'AP_INVOICES_ALL' must be declared
Hi Craig:Welcome to the new EBS Patching community.
This thread will address your following issue
SQL> ALTER PACKAGE IGI_CIS2007_IGIPMTHR_PKG COMPILE BODY;
Warning: Package Body altered with compilation errors.
SQL> show errors;
Errors for PACKAGE BODY IGI_CIS2007_IGIPMTHR_PKG:
LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0 PL/SQL: Compilation unit analysis terminated
1/14 PLS-00304: cannot compile body of 'IGI_CIS2007_IGIPMTHR_PKG'
without its specification
1/14 PLS-00905: object APPS.IGI_CIS2007_IGIPMTHR_PKG is invalid
SQL>
The version in the DB and on the file system ($IGI_TOP/patch/115/sql/igipmthrs.pls does. See the last line below...
create or replace
This thread will address your following issue
SQL> ALTER PACKAGE IGI_CIS2007_IGIPMTHR_PKG COMPILE BODY;
Warning: Package Body altered with compilation errors.
SQL> show errors;
Errors for PACKAGE BODY IGI_CIS2007_IGIPMTHR_PKG:
LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0 PL/SQL: Compilation unit analysis terminated
1/14 PLS-00304: cannot compile body of 'IGI_CIS2007_IGIPMTHR_PKG'
without its specification
1/14 PLS-00905: object APPS.IGI_CIS2007_IGIPMTHR_PKG is invalid
SQL>
The version in the DB and on the file system ($IGI_TOP/patch/115/sql/igipmthrs.pls does. See the last line below...
create or replace
Tagged:
0