Posts by Julie • 21 points
3 posts
-
0
votes1
answer84
views -
1
votes1
answer1899
viewsA: Call Procedure inside another
create or replace PROCEDURE PP_ENVIAR_EMAIL is CURSOR anv IS SELECT distinct mat_servidor, nom, dt_nasc, e_mail FROM srh2.servidor WHERE MONTHNAME(DT_NASC) = MONTHNAME(SYSDATE); SELECT distinct…
-
-1
votes1
answer1899
viewsQ: Call Procedure inside another
I need to create a precedent enviar_email_servidores call in another pr_envia_email. The term to be called (pr_envia_email) has the function of sending email, and I need the message sent to this…