DBA Data[Home] [Help]

APPS.OTA_TDB_API_INS2 dependencies on OTA_EVT_BUS2

Line 37: if (ota_evt_bus2.get_vacancies(p_event_id) < p_number_of_places) and

33: --
34:
35: if p_maximum_attendees is not null then
36: --
37: if (ota_evt_bus2.get_vacancies(p_event_id) < p_number_of_places) and
38: l_booking_status in ('P','A','E') then
39: --
40: fnd_message.set_name('OTA','OTA_13558_TDB_PLACES_INC');
41: fnd_message.raise_error;

Line 402: ota_evt_bus2.lock_event(p_event_id);

398:
399: --
400: -- Lock Event
401: --
402: ota_evt_bus2.lock_event(p_event_id);
403:
404: --
405: -- Get Event record
406: --

Line 621: ota_evt_bus2.reset_event_status(p_event_id

617:
618: --
619: -- Reset Event Status
620: --
621: ota_evt_bus2.reset_event_status(p_event_id
622: ,l_event_rec.object_version_number
623: ,l_event_rec.event_status
624: ,l_event_rec.maximum_attendees);
625: --