DBA Data[Home] [Help]

APPS.OTA_TEA_BUS dependencies on OTA_PRICE_LIST_ENTRIES

Line 625: ota_price_list_entries ple,

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
629: evt.event_id = p_event_id

Line 739: from ota_price_list_entries ple,

735: l_dummy varchar2(30);
736: --
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