DBA Data[Home] [Help]

APPS.PER_ZA_WSP_ARCHIVE_PKG dependencies on OTA_BOOKING_STATUS_TYPES

Line 2987: ,ota_booking_status_types obst

2983: select oav.activity_version_id, oav.version_name
2984: from ota_events oe
2985: ,ota_activity_versions oav
2986: ,ota_delegate_bookings odb
2987: ,ota_booking_status_types obst
2988: where odb.delegate_person_id = p_person_id
2989: and odb.event_id = oe.event_id
2990: and oe.event_type in ( 'SCHEDULED', 'SELFPACED')
2991: and oe.activity_version_id = oav.activity_version_id

Line 3624: ,ota_booking_status_types obst

3620: select oav.activity_version_id, oav.version_name, odb.date_status_changed ,obst.name "status"
3621: from ota_events oe
3622: ,ota_activity_versions oav
3623: ,ota_delegate_bookings odb
3624: ,ota_booking_status_types obst
3625: where odb.delegate_person_id = p_person_id
3626: and odb.event_id = oe.event_id
3627: and oe.event_type in ( 'SCHEDULED', 'SELFPACED')
3628: and oe.activity_version_id = oav.activity_version_id