DBA Data[Home] [Help]

APPS.OTA_FINANCE dependencies on OTA_BOOKING_DEALS

Line 216: ,ota_booking_deals tbd

212: --
213: cursor get_price_list is
214: select tpl.price_list_type
215: from ota_price_lists tpl
216: ,ota_booking_deals tbd
217: where tbd.booking_deal_id = p_booking_deal_id
218: and tpl.price_list_id (+) = tbd.price_list_id;
219: --
220: begin