Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

Patch 14089394: gmfaget.lpc file version not updated post patch application.

edited Jun 25, 2012 9:30PM in Install, Upgrade, Clone, Patch - EBS (MOSC) 2 commentsAnswered
 Hi Team,

Applied Patch 14089394 successfully.

Below query is the proof for the same.

select aap.patch_name patch
, apd.driver_file_name driver
, apr.success_flag success, min(apr.start_date) start_date
from ad_patch_runs apr
, ad_patch_drivers apd
, ad_applied_patches aap
where apd.applied_patch_id(+) = aap.applied_patch_id
and apr.patch_driver_id(+) = apd.patch_driver_id
and aap.patch_name = '14089394'
group by aap.patch_name
, apd.driver_file_name
, apr.success_flag;

Patch has been applied with success on 6/20/2012  9:17:11 AM .

Checked the file versions from ARU which should have been delivered by the Patch.
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center