notification::delivery::delete (public)

 notification::delivery::delete -delivery_method_id delivery_method_id

Defined in packages/notifications/tcl/delivery-method-procs.tcl

Unregister a delivery method with the notification service.

Switches:
-delivery_method_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 notification::apm::unregister_email_delivery_method notification::apm::unregister_email_delivery_method (private) notification::delivery::delete notification::delivery::delete notification::apm::unregister_email_delivery_method->notification::delivery::delete db_exec_plsql db_exec_plsql (public) notification::delivery::delete->db_exec_plsql

Testcases:
No testcase defined.
Source code:
    db_exec_plsql delete {}
Generic XQL file:
packages/notifications/tcl/delivery-method-procs.xql

PostgreSQL XQL file:
<fullquery name="notification::delivery::delete.delete">
    <querytext>
            select notification_delivery_method__delete(:delivery_method_id)
        </querytext>
</fullquery>
packages/notifications/tcl/delivery-method-procs-postgresql.xql

Oracle XQL file:
<fullquery name="notification::delivery::delete.delete">
    <querytext>
            begin
                notification_delivery_method.del(:delivery_method_id);
            end;
        </querytext>
</fullquery>
packages/notifications/tcl/delivery-method-procs-oracle.xql

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