DBA Data[Home] [Help]

APPS.OTA_TEA_BUS dependencies on OTA_PRICE_LISTS

Line 624: from ota_price_lists tpl,

620: return number is
621: -----------
622: cursor csr_price is
623: select ple.price
624: from ota_price_lists tpl,
625: ota_price_list_entries ple,
626: ota_events evt,
627: ota_vendor_supplies vsp
628: where

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