DBA Data[Home] [Help]

PACKAGE: APPS.PER_SOLUTION_SET_BK1

Source


1 Package per_solution_set_bk1 as
2 /* $Header: peslsapi.pkh 120.0 2005/05/31 21:12:33 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-----------------------< CREATE_SOLUTION_SET_b >--------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_solution_set_b
9   (p_effective_date                in     date
10   ,p_solution_set_name             in     varchar2
11   ,p_user_id                       in     number
12   ,p_description                   in     varchar2
13   ,p_status                        in     varchar2
14   ,p_solution_set_impl_id          in     number
15   );
16 --
17 -- ----------------------------------------------------------------------------
18 -- |-----------------------< CREATE_SOLUTION_SET_a >--------------------------|
19 -- ----------------------------------------------------------------------------
20 --
21 procedure create_solution_set_a
22   (p_effective_date                in     date
23   ,p_solution_set_name             in     varchar2
24   ,p_user_id                       in     number
25   ,p_description                   in     varchar2
26   ,p_status                        in     varchar2
27   ,p_solution_set_impl_id          in     number
28   ,p_object_version_number         in     number
29   );
30 --
31 end per_solution_set_bk1;