DBA Data[Home] [Help]

APPS.OTA_LEARNER_ENROLL_SS dependencies on OTA_TDB_BUS

Line 1243: ota_tdb_bus.check_unique_booking

1239: -- as a row exists for delegate, for this event
1240: null;
1241: ELSE
1242: IF p_person_id IS NOT NULL THEN
1243: ota_tdb_bus.check_unique_booking
1244: (p_customer_id => ''
1245: ,p_organization_id => l_person_details.organization_id
1246: ,p_event_id => p_event_id
1247: ,p_delegate_person_id => p_person_id

Line 1251: ota_tdb_bus.check_unique_booking

1247: ,p_delegate_person_id => p_person_id
1248: ,p_delegate_contact_id => ''
1249: ,p_booking_id => '');
1250: ELSIF p_delegate_contact_id IS NOT NULL THEN
1251: ota_tdb_bus.check_unique_booking
1252: (p_customer_id => l_ext_lrnr_details.customer_id
1253: ,p_organization_id => ''
1254: ,p_event_id => p_event_id
1255: ,p_delegate_person_id => ''

Line 1415: IF ota_tdb_bus2.other_bookings_clash(

1411: ,p_business_group_id => ota_general.get_business_group_id);
1412:
1413: l_booking_status_type_id := l_booking_status_row.booking_status_type_id;
1414:
1415: IF ota_tdb_bus2.other_bookings_clash(
1416: p_delegate_person_id => p_person_id
1417: -- Modified for External Learner Support
1418: -- ,p_delegate_contact_id=> ''
1419: ,p_delegate_contact_id=> p_delegate_contact_id