notification::reply::delete (public)

 notification::reply::delete -reply_id reply_id

Defined in packages/notifications/tcl/notification-reply-procs.tcl

delete a reply, usually after it's been processed.

Switches:
-reply_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 notification::reply::sweep::process_all_replies notification::reply::sweep::process_all_replies (private) notification::reply::delete notification::reply::delete notification::reply::sweep::process_all_replies->notification::reply::delete db_exec_plsql db_exec_plsql (public) notification::reply::delete->db_exec_plsql

Testcases:
No testcase defined.
Source code:
        db_exec_plsql delete_reply {}
Generic XQL file:
packages/notifications/tcl/notification-reply-procs.xql

PostgreSQL XQL file:
<fullquery name="notification::reply::delete.delete_reply">
    <querytext>
            select notification_reply__delete(:reply_id)
        </querytext>
</fullquery>
packages/notifications/tcl/notification-reply-procs-postgresql.xql

Oracle XQL file:
<fullquery name="notification::reply::delete.delete_reply">
    <querytext>
            declare begin
                notification_reply.del(reply_id => :reply_id);
            end;
        </querytext>
</fullquery>
packages/notifications/tcl/notification-reply-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: