DBA Data[Home] [Help]

PACKAGE: APPS.HXC_APP_COMP_NOTIFICATIONS_BK2

Source


1 Package hxc_app_comp_notifications_bk2 as
2 /* $Header: hxchanapi.pkh 120.0 2006/06/19 06:54:25 gsirigin noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< update_app_comp_notification_b >---------------|
6 -- ----------------------------------------------------------------------------
7 --
8    procedure update_app_comp_notification_b
9           (
10             p_comp_notification_id         in number,
11             p_object_version_number        in number,
12             p_notification_number_retries  in number,
13             p_notification_timeout_value   in number
14            );
15 --
16 -- ----------------------------------------------------------------------------
17 -- |-------------------------< <update_app_comp_notification_a >--------------|
18 -- ----------------------------------------------------------------------------
19 --
20    procedure update_app_comp_notification_a
21           (
22             p_comp_notification_id         in number,
23             p_object_version_number        in number,
24             p_notification_number_retries  in number,
25             p_notification_timeout_value   in number
26            );
27 --
28 end hxc_app_comp_notifications_bk2;