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'
SELECT *
FROM apps.ad_bugs
WHERE trackable_entity_abbr = '&product_name'
Example:
SELECT *
FROM apps.ad_bugs
WHERE trackable_entity_abbr = 'fnd'
Post a Comment
Post a Comment