🔹 Join the OracleApps88 Telegram Group - Stay up to date with the latest on Oracle EBS R12 and Oracle Cloud/Fusion Applications. 📌 Telegram Group : https://t.me/OracleApps88

💡 Facing issues copying code/scripts or viewing posts? We're here to help!
📬 Contact on Telegram : https://t.me/apps88
📱 Telegram/WhatsApp: +91 905 957 4321
📧 Email Support: OracleApp88@Yahoo.com

Monday, May 29, 2017

Query to get Patch Details

SELECT DISTINCT
  RPAD(a.bug_number,11)
  || RPAD(e.patch_name,11)
  || RPAD(TRUNC(c.end_date),12)
  || RPAD(b.applied_flag, 4)  BUG_APPLIED
FROM
  apps.ad_bugs a,
  apps.ad_patch_run_bugs b,
  apps.ad_patch_runs c,
  apps.ad_patch_drivers d ,
  apps.ad_applied_patches e
WHERE 1=1
AND a.bug_id = b.bug_id
AND b.patch_run_id = c.patch_run_id
AND c.patch_driver_id = d.patch_driver_id
AND d.applied_patch_id = e.applied_patch_id
AND C.END_DATE > '01-SEP-16';

ORDER BY 1 DESC;

No comments:

Post a Comment

If you are facing any issues while copying the Code/Script or any issues with Posts, Please send a mail to OracleApp88@Yahoo.com or message me at @apps88 or +91 905 957 4321 in telegram.
Best Blogger TipsGet Flower Effect