DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on OTA_DELEGATE_BOOKINGS

Line 4887: from ota_delegate_bookings tdb,

4883: p_line_rec.order_quantity_uom='ENR' THEN
4884: BEGIN
4885: select tdb.booking_id, bst.name
4886: into x_line_val_rec.booking_id,x_line_val_rec.ota_name
4887: from ota_delegate_bookings tdb,
4888: ota_booking_status_types bst
4889: where tdb.line_id = p_line_rec.line_id
4890: and bst.booking_status_type_id = tdb.booking_status_type_id;
4891: EXCEPTION