Believe in yourself, and remember that anything is possible. Believe in what makes you feel good. Believe in what makes you happy. Believe in the dreams you have always wanted to come true.

Edi Yanto (何 萬 新)

How To Find A Patch Is Applied For A Bug

Posted by: Edi Yanto on: May 28, 2009

SELECT DISTINCT RPAD (ad.bug_number, 11) “Bug Number”,
                RPAD (app.patch_name, 11) “Patch Name”,
                RPAD (TRUNC (apr.end_date), 12) “End Date”,
                RPAD (aprb.applied_flag, 4) “Applied?”
           FROM ad_bugs ad,
                ad_patch_run_bugs aprb,
                ad_patch_runs apr,
                ad_patch_drivers apd,
                ad_applied_patches app
          WHERE ad.bug_id = aprb.bug_id
            AND aprb.patch_run_id = apr.patch_run_id
            AND apr.patch_driver_id = apd.patch_driver_id
            AND apd.applied_patch_id = app.applied_patch_id
            AND ad.bug_number = nvl(:p_bug_number,ad.bug_number)
       ORDER BY 1 DESC;

  • Share/Save/Bookmark

1 Response to "How To Find A Patch Is Applied For A Bug"

How to find the bug # ?
I mean the :p_bug_number

In RDM there are many customisation like using custom pll, custom discount type in advance pricing and many other things..example when creating SO line, when the engine want to calculate the price for an item that has a discount (Modifier) sometimes, Error messages appears like “Invalid number” / “Invalid Salesperson”, etc.. and many times, we cannot redo the error again eventough the steps are exactly the same, the frequency of the error cannot be predicted. Iman looking the metalink and found a patch for the R11.5.9 in RDM but has not been applied yet (we thought it could be an APPS bug).
But how to find a certain bug # in metalink for some case as above?

Leave a Reply


Edi Yanto
Oracle Applications Technical Consultant
View Edi Yanto's profile on LinkedIn
Edi Yanto (何 萬 新) - Blogged Google PageRank Checker

My Certifications

Sponsored Links


  • Edi Yanto: have you download the fndconc.pll at the above link (http://www.ediyanto.co.cc/wp-content/uploads/2009/07/fndconc.pll) ? Are u compile at the right
  • Rahul: Hi, Very good article. Thanks for providing such great tip.
  • Edi Yanto: Hi Herlambang, Untuk Internal Manager, sillahkan lakukan step dibawah ini: 1. login sebagai user oracle 2. masuk ke $APPLCSF/scripts/[SID]_[host

 

February 2010
M T W T F S S
« Oct    
1234567
891011121314
15161718192021
22232425262728

Visitors

Categories

Blog Stats

Counter Powered by  RedCounter


Users Online