DBA Data[Home] [Help]

PACKAGE: APPS.OTA_OM_TDB_WAITLIST_API

Source


1 Package OTA_OM_TDB_WAITLIST_API AUTHID CURRENT_USER as
2 /* $Header: ottomint.pkh 120.30 2010/05/25 05:37:48 shwnayak ship $ */
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 -- p_validate
17 -- p_business_group_id
18 -- p_event_id
19 --
20 -- Out Parameters
21 -- p_return_status
22 --
23 --
24 -- Post Success:
25 --
26 --
27 --   Name                           Type     Description
28 --
29 -- Post Failure:
30 --
31 --
32 -- Access Status:
33 --   Public.
34 --
35 -- {End Of Comments}
36 --
37 procedure AUTO_ENROLL_FROM_WAITLIST
38   (p_validate                      in     boolean  default false
39   ,p_business_group_id             in     number
40   ,p_event_id                      in     number   default null
41   ,p_return_status           out nocopy    varchar2
42   );
43 --
44 end OTA_OM_TDB_WAITLIST_API;