DBA Data[Home] [Help]

APPS.OTA_LEARNER_ACCESS_UTIL dependencies on OTA_BOOKING_STATUS_TYPES

Line 807: ota_booking_status_types stype

803: p_event_id ota_events.event_id%type,
804: p_person_id per_all_people.person_id%type) is
805: select 1
806: from ota_delegate_bookings book,
807: ota_booking_status_types stype
808: where book.delegate_person_id = p_person_id and
809: book.event_id = p_event_id and
810: book.booking_status_type_id = stype.booking_status_type_id and
811: stype.type in ('P', 'A' ,'E');