AD Applied Patches R12.2

Description
Categories: Enginatics
Repository: Github
Check if a specific patch is applied in 12.2

Download Blitz Report™ – World’s fastest reporting and data upload for Oracle EBS

Contact us to schedule a demo or if you need help with the installation

select 
decode(ad_patch.is_patch_applied(:ebs_release, :appltop_id, :patch_num &lang),'EXPLICIT','APPLIED','NOT_APPLIED','NOT APPLIED') applied_check
from dual
Parameter Name SQL text Validation
EBS release version
 
Char
Appl top id
 
Number
Patch number
 
Number
Patch language
,:language
Char