patch 14629821 was included in the bug fixes of patch 21358270 do we need to apply the patch 1462982
patch 14629821 was included in the bug fixes of patch 21358270 do we need to apply the patch 14629821 again ? please help.
SQL> select bug_number,creation_date from ad_bugs where bug_number in ('14629821','21358270');
BUG_NUMBER CREATION_DATE
------------------------------ ---------------
14629821 15-DEC-15
21358270 15-DEC-15
SQL> select patch_name,creation_date from ad_applied_patches where patch_name in ('14629821','21358270');
PATCH_NAME CREATION_DATE
------------------------------------------------------------------------------------------------------------------------ ---------------
21358270 15-DEC-15
21358270 15-DEC-15
In ad_bugs table it shows both patches has been applied but when checked in ad_applied_patches it shows only one patch.
please suggest.