DBA Data[Home] [Help]

APPS.OTA_OM_TDB_WAITLIST_API dependencies on OTA_TDB_WAITLIST_BK1

Line 163: OTA_TDB_WAITLIST_BK1.AUTO_ENROLL_FROM_WAITLIST_B

159: --
160: -- Call Before Process User Hook
161: --
162: begin
163: OTA_TDB_WAITLIST_BK1.AUTO_ENROLL_FROM_WAITLIST_B
164: (p_business_group_id => p_business_group_id
165: ,p_event_id => p_event_id
166: );
167: exception

Line 423: OTA_TDB_WAITLIST_BK1.AUTO_ENROLL_FROM_WAITLIST_A

419: --
420: -- Call After Process User Hook
421: --
422: begin
423: OTA_TDB_WAITLIST_BK1.AUTO_ENROLL_FROM_WAITLIST_A
424: (p_business_group_id => p_business_group_id
425: ,p_event_id => p_event_id
426: );
427: exception