Action Set :- Summary in Oracle Alert

Action Set  :- Summary in Oracle Alert
--==================================================================
Query:-

select EMPNO, ENAME, SAL , sysdate
INTO &EMP_NO,
&EMP_NAME,
&EMP_SAL,
&ALERT_DATE
from scott.emp
where deptno = 10
order by empno;

--==========================
Mail Content :-

hi all,
please find the detail

=**= Enter summary template below this line =**=
** &EMP_NO  |  &EMP_NAME | &EMP_SAL
=**= Enter summary template above this line =**=

Regards
Oracle team

Comments

Popular posts from this blog

E-Text Report In Fusion | Types of E-Text reports

Supplier API's

How to pass default Parameter in cursor