products patched
Posted: 20 September 2005 08:46 AM   [ Ignore ]
Newbie
Rank
Total Posts:  30
Joined  2005-04-01

Hi all,

In 11.5.2 how do we know what products have been patched and at what level are they ?

Thanx in advance..
Manjunath

Profile
 
 
Posted: 10 October 2005 06:50 PM   [ Ignore ]   [ # 1 ]
Newbie
Avatar
Rank
Total Posts:  11
Joined  2005-05-06

You may try this.
select patch_level, application_name
from fnd_product_installations fpi
, fnd_application_tl fat
where patch_level is not null
and fpi.application_id = fat.application_id
order by application_name

Profile
 
 
Posted: 18 October 2005 09:50 AM   [ Ignore ]   [ # 2 ]
Sr. Member
Avatar
RankRankRankRank
Total Posts:  149
Joined  2005-04-11

A lot of patch information is available through Oracle Applications Manager.  Unfortunately, I don’t believe the bug database and OAM pacth advisor functionality was available for your release of the software (11.5.2).  You may need to mine the information you are looking for out of the text file that older releases used to track patches and bugs (this file will be imported into a bug database with an upgrade) Consider an upgrade grin

Regards,
Michael Siebert

 Signature 

Regards,

Michael Siebert

Profile