notification::delivery::get_impl_key (private)
notification::delivery::get_impl_key \ -delivery_method_id delivery_method_id
Defined in packages/notifications/tcl/delivery-method-procs.tcl
Return the service contract implementation key for notification delivery methods
- Switches:
- -delivery_method_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [db_string select_impl_key {}]Generic XQL file: <fullquery name="notification::delivery::get_impl_key.select_impl_key"> <querytext> select impl_name from acs_sc_impls, notification_delivery_methods where acs_sc_impls.impl_id = notification_delivery_methods.sc_impl_id and 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