notification::request::delete (public)

 notification::request::delete -request_id request_id

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

delete a request for notifications by request ID.

Switches:
-request_id
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 notification::sweep::cleanup_notifications notification::sweep::cleanup_notifications (private) notification::request::delete notification::request::delete notification::sweep::cleanup_notifications->notification::request::delete packages/forums/www/admin/subscribe-others-2.tcl packages/forums/ www/admin/subscribe-others-2.tcl packages/forums/www/admin/subscribe-others-2.tcl->notification::request::delete packages/notifications/www/request-delete.tcl packages/notifications/ www/request-delete.tcl packages/notifications/www/request-delete.tcl->notification::request::delete packages/notifications/www/unsubscribe.tcl packages/notifications/ www/unsubscribe.tcl packages/notifications/www/unsubscribe.tcl->notification::request::delete db_exec_plsql db_exec_plsql (public) notification::request::delete->db_exec_plsql

Testcases:
No testcase defined.
Source code:
        # do the delete
        db_exec_plsql delete_request {}
Generic XQL file:
packages/notifications/tcl/notification-request-procs.xql

PostgreSQL XQL file:
<fullquery name="notification::request::delete.delete_request">
    <querytext>
            select notification_request__delete(:request_id);
        </querytext>
</fullquery>
packages/notifications/tcl/notification-request-procs-postgresql.xql

Oracle XQL file:
<fullquery name="notification::request::delete.delete_request">
    <querytext>
            declare begin
                notification_request.del(request_id => :request_id);
            end;
        </querytext>
</fullquery>
packages/notifications/tcl/notification-request-procs-oracle.xql

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