R12.1.3 After the apply of 14254641 patch get error APPS.PO_DOCUMENT_CONTROL_PVT
Hi,
After the installation of the patch:
14254641: PROCUREMENT FAMILY R12.1.3 SEPTEMBER UPDATE 2012
I got the error in the framework page:
oracle.apps.fnd.framework.OAException: java.sql.SQLException:
ORA-04063: package body "APPS.PO_DOCUMENT_CONTROL_PVT" has errors
ORA-06508: PL/SQL: could not find program unit being called: "APPS.PO_DOCUMENT_CONTROL_PVT" ORA-06512: at line 1 at
This is the version of the package PO_Document_Control_PVT after the patch application:
/* $Header: POXVDCOB.pls 120.34.12010000.26 2012/08/21 13:15:18 vlalwani ship $ */
The package is not complied with the errors related to this string:
l_conterms_exist_flag po.PO_HEADERS_ALL.conterms_exist_flag%TYPE;
After the installation of the patch:
14254641: PROCUREMENT FAMILY R12.1.3 SEPTEMBER UPDATE 2012
I got the error in the framework page:
oracle.apps.fnd.framework.OAException: java.sql.SQLException:
ORA-04063: package body "APPS.PO_DOCUMENT_CONTROL_PVT" has errors
ORA-06508: PL/SQL: could not find program unit being called: "APPS.PO_DOCUMENT_CONTROL_PVT" ORA-06512: at line 1 at
This is the version of the package PO_Document_Control_PVT after the patch application:
/* $Header: POXVDCOB.pls 120.34.12010000.26 2012/08/21 13:15:18 vlalwani ship $ */
The package is not complied with the errors related to this string:
l_conterms_exist_flag po.PO_HEADERS_ALL.conterms_exist_flag%TYPE;
0