DBA Data[Home] [Help]

APPS.OTA_FINANCE dependencies on OTA_PRICE_LISTS

Line 215: from ota_price_lists tpl

211: l_price_list_type varchar2(30);
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: --