Question on R12.AD.B.delta.3 and R12.ATG_PF.B.delta.3
Hi,
Apps 12.1.3
In another SR, customer was asked to apply patch 16559330:R12.OWF.B. per read me of the patch
Required Code levels
R12.AD.B.delta.3
R12.ATG_PF.B.delta.3
R12.AD.B.delta.3 is patch 9239089
It is already included in R12.1.3
R12.ATG_PF.B.delta.3 is patch 8919491
It is already included in R12.1.3.
select i.instance_name, i.host_name, f.release_name release, i.version
from v$instance i, fnd_product_groups f
where upper(substr(i.instance_name,1,4)) = upper(substr(f.applications_system_name,1,4));
Instance_name - PROD
Host_name - DASHER
Release - 12.1.3
Tagged:
0