APPS INV_MIGRATE_PROCESS_ORG PACKAGE BODY INVALID
we've applied the following patches
1. 5750051
2. 6349338
3. 4939444
4. 6351946
5. 4563075
6. 6694260
7. 10302784
8. 13981860
9. 13795483
We now have this error:
The package body when compiled manually, errors as below (missing package specification)
SQL> alter package INV_MIGRATE_PROCESS_ORG compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors
Errors for PACKAGE BODY INV_MIGRATE_PROCESS_ORG:
LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0 PL/SQL: Compilation unit analysis terminated
1/14 PLS-00201: identifier 'INV_MIGRATE_PROCESS_ORG' must be declared
1/14 PLS-00304: cannot compile body of 'INV_MIGRATE_PROCESS_ORG'
without its specification
There is no package specification for INV_MIGRATE_PROCESS_ORG