DBA Data[Home] [Help]

PACKAGE: APPS.HXC_APPLICATION_SET_COMP_BK_3

Source


1 Package hxc_application_set_comp_BK_3 as
2 /* $Header: hxcascapi.pkh 120.0 2005/05/29 05:26:15 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |----------------------< delete_application_set_comp_b >------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure delete_application_set_comp_b
9   (p_application_set_comp_id in  number
10   ,p_object_version_number         in  number
11   );
12 --
13 -- ----------------------------------------------------------------------------
14 -- |----------------------< delete_application_set_comp_a >------------------|
15 -- ----------------------------------------------------------------------------
16 --
17 procedure delete_application_set_comp_a
18   (p_application_set_comp_id      in  number
19   ,p_object_version_number         in  number
20   );
21 --
22 end hxc_application_set_comp_bk_3;