DBA Data[Home] [Help]

APPS.OTA_TDB_WAITLIST_API dependencies on OTA_BOOKING_STATUS_TYPES

Line 47: ota_booking_status_types bst,

43: tfl.object_version_number tfl_object_version_number,
44: tdb.date_booking_placed ,
45: tdb.internal_booking_flag
46: from ota_delegate_bookings tdb,
47: ota_booking_status_types bst,
48: ota_finance_lines tfl
49: where tfl.booking_id(+) = tdb.booking_id
50: and tdb.booking_status_type_id = bst.booking_status_type_id
51: and bst.type = 'W'

Line 66: ota_booking_status_types bst,

62: tfl.object_version_number tfl_object_version_number,
63: tdb.date_booking_placed ,
64: tdb.internal_booking_flag
65: from ota_delegate_bookings tdb,
66: ota_booking_status_types bst,
67: ota_finance_lines tfl
68: where tfl.booking_id(+)= tdb.booking_id
69: and tdb.booking_status_type_id = bst.booking_status_type_id
70: and bst.type = 'W'