DBA Data[Home] [Help]

PACKAGE: APPS.HXC_TK_GRP_QUERY_CRITERIA_BK_2

Source


1 Package hxc_tk_grp_query_criteria_BK_2 as
2 /* $Header: hxctkgqcapi.pkh 120.0 2005/05/29 06:14:55 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------<update_tk_grp_query_criteria_b >----------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure update_tk_grp_query_criteria_b
9   (p_tk_group_query_criteria_id in     number
10   ,p_tk_group_query_id          in     number
11   ,p_object_version_number      in     number
12   ,p_criteria_type              in  varchar2
13   ,p_criteria_id                in  number
14   );
15 --
16 -- ----------------------------------------------------------------------------
17 -- |--------------------< update_tk_grp_query_criteria_a >--------------------|
18 -- ----------------------------------------------------------------------------
19 --
20 procedure update_tk_grp_query_criteria_a
21   (p_tk_group_query_criteria_id  in     number
22   ,p_tk_group_query_id           in     number
23   ,p_object_version_number       in     number
24   ,p_criteria_type               in  varchar2
25   ,p_criteria_id                 in  number
26   );
27 --
28 end hxc_tk_grp_query_criteria_bk_2;