DBA Data[Home] [Help]

PACKAGE: APPS.HXC_HAN_RKD

Source


1 Package hxc_han_rkd AUTHID CURRENT_USER as
2 /* $Header: hxchanrhi.pkh 120.0 2006/06/19 08:36:25 gsirigin noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |----------------------------< after_delete >------------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure after_delete
9   (p_comp_notification_id          in number
10   ,p_object_version_number        in number
11   ,p_notification_num_retries_o in number
12   ,p_notification_timeout_value_o in number
13   ,p_notification_action_code_o   in varchar2
14   ,p_notification_recip_code_o in varchar2
15   );
16 --
17 end hxc_han_rkd;