Find string in all packages
I hope you can help me out with this task I have to do. I need to find all packages that have a url or uri reference like the example show next:
begin
--PRODUCCION
SELECTIVIDAD.marcaje_operacion(p_numidentif,1,'http://comext.aduana.cl:7001/SelectividadWeb/TestMarcaje.do',v_codErrorMarcaje,v_glosaErrorMarcaje) ;
--DESARROLLO
selectividad.marcaje_operacion(p_numidentif,1,'http://geminis.aduana.cl:7001/SelectividadWeb/TestMarcaje.do',v_codErrorMarcaje,v_glosaErrorMarcaje) ;
insert into patty (dice) values ('Selectividad -'||p_numidentif||'-'||v_codErrorMarcaje||'-'||v_glosaErrorMarcaje);
commit;
---TEST
SELECTIVIDAD.marcaje_operacion(p_numidentif,1,'http://wldesarrollo.aduana.cl:7001/SelectividadWeb/TestMarcaje.do',v_codErrorMarcaje,v_glosaErrorMarcaje)