Hello Karuppiah,
Please use the below query which I have kept handy for my use.
select * from _SYS_REPO.OBJECT_HISTORY where PACKAGE_ID like <Schema Name in single quote>
and IS_DELETION = 1
and ACTIVATED_BY <> 'SYSTEM'
Hello Karuppiah,
Please use the below query which I have kept handy for my use.
select * from _SYS_REPO.OBJECT_HISTORY where PACKAGE_ID like <Schema Name in single quote>
and IS_DELETION = 1
and ACTIVATED_BY <> 'SYSTEM'