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):
- 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