How To Check if a Patch is Applied in 12.2.x?
Hi,
Well Subject says everything about question, and below note have answer but looks like here is some issue.
How To Check if a Patch is Applied in 12.2.x? (Doc ID 1963046.1)
if i execute below query mentioned in note:
SELECT adb.bug_number,ad_patch.is_patch_applied('R12',-1, adb.bug_number)
FROM ad_bugs adb
WHERE adb.bug_number in (23713805);
its says patch is not applied, but Patch is successfully applied!
Can anybody help me for the same?
Regards,
Sandeep.