R12.1.2 : FND_AS_UNEXPECTED_ERROR possible issue with patch 14512379
Hi
Patch 14512379 has been applied to a 12.1.2 level system - it should only have been applied to a 12.1.3 level
The package spec for PJI_PJP_SUM_DENORM is ok but the package body is invalid
Basically, it looks like the package is at a level ahead
Can you please advise?
select text from user_source where name='PJI_PJP_SUM_DENORM' and line=2
PLS version...
/* $Header: PJISP03S.pls 120.0.12010000.2 2011/02/09 05:26:43 rmandali ship $ */
/* $Header: PJISP03B.pls 120.11.12010000.13 2012/01/24 13:10:03 rtalakon ship $ */
Error lines and messages
select line,text from user_errors where name='PJI_PJP_SUM_DENORM'
SQL> ALTER PACKAGE "APPS"."PJI_PJP_SUM_DENORM" COMPILE BODY REUSE SETTINGS;