notification::delivery::update_sc_impl_id (private)
notification::delivery::update_sc_impl_id \ [ -delivery_method_id delivery_method_id ] -sc_impl_id sc_impl_id
Defined in packages/notifications/tcl/delivery-method-procs.tcl
Register a new service contract implementation with an existing delivery method.
- Switches:
- -delivery_method_id (optional)
- -sc_impl_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: db_dml update {}Generic XQL file: <fullquery name="notification::delivery::update_sc_impl_id.update"> <querytext> update notification_delivery_methods set sc_impl_id = :sc_impl_id where delivery_method_id = :delivery_method_id </querytext> </fullquery>packages/notifications/tcl/delivery-method-procs.xql
PostgreSQL XQL file: packages/notifications/tcl/delivery-method-procs-postgresql.xql
Oracle XQL file: packages/notifications/tcl/delivery-method-procs-oracle.xql