DBA Data[Home] [Help]

PACKAGE: APPS.HXC_APPLICATION_SET_BK_1

Source


1 Package hxc_application_set_BK_1 AUTHID CURRENT_USER as
2 /* $Header: hxcapsapi.pkh 120.0 2005/05/29 05:25:32 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------< create_application_set_b >-------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_application_set_b
9   (p_application_set_id       in     number
10   ,p_object_version_number          in     number
11   ,p_name                           in     varchar2
12   );
13 --
14 -- ----------------------------------------------------------------------------
15 -- |---------------< create_application_set_a >-------------------------|
16 -- ----------------------------------------------------------------------------
17 --
18 procedure create_application_set_a
19   (p_application_set_id       in     number
20   ,p_object_version_number          in     number
21   ,p_name                           in     varchar2
22   );
23 --
24 end hxc_application_set_bk_1;