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):
%3 notification::delivery::scan_replies notification::delivery::scan_replies (public) notification::delivery::get_impl_key notification::delivery::get_impl_key notification::delivery::scan_replies->notification::delivery::get_impl_key notification::delivery::send notification::delivery::send (public) notification::delivery::send->notification::delivery::get_impl_key db_string db_string (public) notification::delivery::get_impl_key->db_string

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

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