Bạn có thể làm điều này:
select *
from user_source
where upper(text) like upper('%SOMETEXT%');
Ngoài ra, SQL Developer có một báo cáo tích hợp để thực hiện việc này theo:
View > Reports > Data Dictionary Reports > PLSQL > Search Source Code
Tài liệu 11G cho USER_SOURCE có ở đây