Issues afer applying patch 17758550:R12.FND.B
Hi,
Apps 12.1.3
Customer has applied patch 17758550:R12.FND.B. It is a small patch ( 40K) with two req patches.
R12.AD.B.delta.3 9239089
R12.ATG_PF.B.delta.3 9817770
Both these are already included in R12.1.3.
The critical files (2) were from the adpatch log:
This delta archive replaces the following elements:
oracle/apps/fnd/common/ProfileValidationObject
[120.1.12010000.5 -> 120.1.12010000.14]
{oracle/apps/fnd/common/ProfileValidationObject.class }
oracle/apps/fnd/lov/server/FndCommonLovAMImpl
[120.1 -> 120.1.12010000.8]
{oracle/apps/fnd/lov/server/FndCommonLovAMImpl.class }
None
of the jar files are missing, but they are updated by the patch. During
the adpatch, it "Generates Product JAR Files" and then it "Reloads
database Jar files". The new version of ProfileValidationObject is
causing the problem because new version 120.1.12010000.14 includes a
call to a java class profiles/Profiles which isn't included in the
fndjar.dep which then leaves all of the database objects JAVA CLASSes
invalid because they won't compile.