I applied Patch 20986782 and see that package body of OZF_UTILITY_PVT
Hi All,
Below patches became INVALID when we applied patch 20986782 as per suggested in Doc ID 389422.1 for compatibility with Internet Explorer 11. We applied in our VCP instance which is R12.1.3.
Please advise.
Object names:
1. IEM_EMAIL_PROC_PVT
2. OZF_UTILITY_PVT
SQL> alter package IEM_EMAIL_PROC_PVT compile body;
Warning: Package Body altered with compilation errors.
SQL> sho error
Errors for PACKAGE BODY IEM_EMAIL_PROC_PVT:
LINE/COL ERROR
-------- -----------------------------------------------------------------
7055/10 PL/SQL: Statement ignored
7055/10 PLS-00313: 'GETBILLTOSHIPTO' not declared in this scope
SQL>
SQL>
SQL> alter package OZF_UTILITY_PVT compile body;
Warning: Package Body altered with compilation errors.