DBA Data[Home] [Help]

APPS.OTA_EL_ENROLL_SS dependencies on OTA_TDB_BUS

Line 1383: ota_tdb_bus.check_unique_booking

1379: -- Delegate has Cancelled status, so dont check for unique_booking
1380: -- as a row exists for delegate, for this event
1381: null;
1382: ELSE
1383: ota_tdb_bus.check_unique_booking
1384: (p_customer_id => ''
1385: ,p_organization_id => l_person_details.organization_id
1386: ,p_event_id => p_event_id
1387: ,p_delegate_person_id => p_person_id

Line 1539: IF ota_tdb_bus2.other_bookings_clash(

1535: ,p_business_group_id => ota_general.get_business_group_id);
1536:
1537: l_booking_status_type_id := l_booking_status_row.booking_status_type_id;
1538:
1539: IF ota_tdb_bus2.other_bookings_clash(
1540: p_delegate_person_id => p_person_id
1541: ,p_delegate_contact_id=> ''
1542: ,p_event_id => p_event_id
1543: ,p_booking_status_type_id => l_booking_status_type_id ) THEN