Patch 30112570:R12.PA.C - Required for my system?
I am preparing for patching R12.ATG_PF.C.Delta.8 in our 12.2 EBS instance, and I noticed that this patch says if you have "Oracle Project Planning and Control", you must also load patch 30112570:R12.PA.C.
I don't support our project module, and staff are not sure if this is what we have. Staff ran this query against our instance, and it returned the below application names.
select substr(a.application_name,1,50) MODULE, substr(c.application_short_name,1,4) NAME, a.application_id ID, DECODE(b.status,'I','Installed',
'S','Shared','N','NOT Installed','UNKNOWN') STATUS
from apps.fnd_application_tl a, apps.fnd_product_installations b, apps.fnd_application c