DBA Data[Home] [Help]

PACKAGE: APPS.HXC_APP_COMP_NOTIFICATIONS_BK3

Source


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