DBA Data[Home] [Help]

APPS.OTA_TDB_WAITLIST_API dependencies on OTA_TDB_WAITLIST_BK1

Line 98: OTA_TDB_WAITLIST_BK1.AUTO_ENROLL_FROM_WAITLIST_B

94: --
95: -- Call Before Process User Hook
96: --
97: begin
98: OTA_TDB_WAITLIST_BK1.AUTO_ENROLL_FROM_WAITLIST_B
99: (p_business_group_id => p_business_group_id
100: ,p_event_id => p_event_id
101: );
102: exception

Line 246: OTA_TDB_WAITLIST_BK1.AUTO_ENROLL_FROM_WAITLIST_A

242: --
243: -- Call After Process User Hook
244: --
245: begin
246: OTA_TDB_WAITLIST_BK1.AUTO_ENROLL_FROM_WAITLIST_A
247: (p_business_group_id => p_business_group_id
248: ,p_event_id => p_event_id
249: );
250: exception