DBA Data[Home] [Help]

APPS.OTA_OM_TDB_WAITLIST_API dependencies on OTA_TDB_WAITLIST_BK1

Line 160: OTA_TDB_WAITLIST_BK1.AUTO_ENROLL_FROM_WAITLIST_B

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

Line 416: OTA_TDB_WAITLIST_BK1.AUTO_ENROLL_FROM_WAITLIST_A

412: --
413: -- Call After Process User Hook
414: --
415: begin
416: OTA_TDB_WAITLIST_BK1.AUTO_ENROLL_FROM_WAITLIST_A
417: (p_business_group_id => p_business_group_id
418: ,p_event_id => p_event_id
419: );
420: exception