Tuesday 31 May 2016

Finding Patch related to a Product in Oracle Apps



If we need to find patches applied related to a product then we can use the below script to find them.

SELECT *
  FROM apps.ad_bugs
 WHERE trackable_entity_abbr = '&product_name'


Example:

SELECT *
  FROM apps.ad_bugs
 WHERE trackable_entity_abbr = 'fnd'


Thanks 
Srini

No comments:

Post a Comment


No one has ever become poor by giving