add

About Me

My photo
Oracle Apps - Techno Functional consultant

Wednesday, September 28

Patch Information

Patch Information AD_APPLIED_PATCHES table stores information about all the patches installed in the system.

SELECT applied_patch_id
, patch_name
, patch_type
, source_code
, creation_date
, last_update_date
FROM ad_applied_patches

No comments: