DBA Data[Home] [Help]

PACKAGE: APPS.OTA_TDB_WAITLIST_BK1

Source


1 Package OTA_TDB_WAITLIST_BK1 as
2 /* $Header: ottdb03t.pkh 120.0 2005/05/29 07:38:38 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< AUTO_ENROLL_FROM_WAITLIST_B >------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure AUTO_ENROLL_FROM_WAITLIST_B
9   (p_business_group_id             in     number
10   ,p_event_id                      in     number
11   );
12 --
13 -- ----------------------------------------------------------------------------
14 -- |-------------------------< AUTO_ENROLL_FROM_WAITLIST_A >------------------|
15 -- ----------------------------------------------------------------------------
16 --
17 procedure AUTO_ENROLL_FROM_WAITLIST_A
18   (p_business_group_id             in     number
19   ,p_event_id                      in     number
20   );
21 --
22 end OTA_TDB_WAITLIST_BK1;