DBA Data[Home] [Help]

PACKAGE: APPS.OTA_TDB_WAITLIST_API

Source


1 Package OTA_TDB_WAITLIST_API as
2 /* $Header: ottdb03t.pkh 120.0 2005/05/29 07:38:38 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |------------------------< AUTO_ENROLL_FROM_WAITLIST >---------------------|
6 -- ----------------------------------------------------------------------------
7 -- {Start Of Comments}
8 --
9 -- Description:
10 --
11 --
12 -- Prerequisites:
13 --
14 --
15 -- In Parameters:
16 --   Name                           Reqd Type     Description
17 --
18 --
19 -- Post Success:
20 --
21 --
22 --   Name                           Type     Description
23 --
24 -- Post Failure:
25 --
26 --
27 -- Access Status:
28 --   Public.
29 --
30 -- {End Of Comments}
31 --
32 procedure AUTO_ENROLL_FROM_WAITLIST
33   (p_validate                      in     boolean  default false
34   ,p_business_group_id             in     number
35   ,p_event_id                      in     number   default null
36   );
37 --
38 end OTA_TDB_WAITLIST_API;