DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on OTA_DELEGATE_BOOKINGS

Line 4609: from ota_delegate_bookings tdb,

4605: p_line_rec.order_quantity_uom='ENR' THEN
4606: BEGIN
4607: select tdb.booking_id, bst.name
4608: into x_line_val_rec.booking_id,x_line_val_rec.ota_name
4609: from ota_delegate_bookings tdb,
4610: ota_booking_status_types bst
4611: where tdb.line_id = p_line_rec.line_id
4612: and bst.booking_status_type_id = tdb.booking_status_type_id;
4613: EXCEPTION