How to find text in oracle stored procedure

USE : user_source tableselect  * from user_source where type = ‘PROCEDURE’ and lower(text) like lower(‘%text%’);