DBA Data[Home] [Help]

APPS.OTA_TDB_API_INS2 dependencies on OTA_TDB_BUS

Line 22: l_booking_status varchar2(30) := ota_tdb_bus.booking_status_type(

18: ,p_event_status in varchar2
19: ,p_maximum_attendees in number
20: ,p_number_of_places in number) is
21: --
22: l_booking_status varchar2(30) := ota_tdb_bus.booking_status_type(
23: p_booking_status_type_id);
24: --
25: l_proc varchar2(72) := g_package||'check_new_status';
26: --

Line 387: ota_tdb_bus.check_delegate_eligible (p_event_id,

383: IF p_override_learner_access <> 'Y' THEN
384: --
385: -- check that the delegate is eligible to be booked on to the event
386: --
387: ota_tdb_bus.check_delegate_eligible (p_event_id,
388: p_customer_id,
389: p_delegate_contact_id,
390: p_organization_id,
391: p_delegate_person_id,

Line 395: ota_tdb_bus.check_secure_event(p_event_id, p_delegate_person_id);

391: p_delegate_person_id,
392: p_delegate_assignment_id);
393: -- Added for bug#4606760
394: ELSIF p_delegate_person_id IS NOT NULL THEN
395: ota_tdb_bus.check_secure_event(p_event_id, p_delegate_person_id);
396:
397: END IF;
398:
399: --

Line 520: ota_tdb_bus.ota_letter_lines

516: ,p_booking_justification_id
517: ,p_is_history_flag);
518: --
519:
520: ota_tdb_bus.ota_letter_lines
521: (p_booking_id => p_booking_id,
522: p_booking_status_type_id => p_booking_status_type_id,
523: p_event_id => p_event_id,
524: p_delegate_person_id => p_delegate_person_id);