DBA Data[Home] [Help]

APPS.OTA_TEA_BUS dependencies on OTA_PRICE_LISTS_V

Line 741: ota_price_lists_v tpl

737: cursor c1 is
738: select null
739: from ota_price_list_entries ple,
740: ota_events evt,
741: ota_price_lists_v tpl
742: where evt.event_id = p_event_id
743: and tpl.business_group_id = p_business_group_id
744: and tpl.currency_code = evt.currency_code
745: and tpl.price_list_id = ple.price_list_id