notification-type-procs-oracle.xql
DB Query file
Related Files
- packages/notifications/tcl/notification-type-procs.xql
- packages/notifications/tcl/notification-type-procs.tcl
- packages/notifications/tcl/notification-type-procs-postgresql.xql
- packages/notifications/tcl/notification-type-procs-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?>
<queryset>
<rdbms><type>oracle</type><version>8.1.6</version></rdbms>
<fullquery name="notification::type::delete.delete_notification_type">
<querytext>
begin
notification_type.del(:type_id);
end;
</querytext>
</fullquery>
</queryset>