how to find log regarding apex deleted application
Applciation found deleted with below query.
but unable to find the application ID in rewult. how can we found the deleted application ID
select * from APEX_230100.Wwv_Flow_Activity_Log s where s.userid='ABC' and s.request_value='DELETE' order by 1 desc