DBA Data[Home] [Help]

APPS.OTA_DELEGATE_BOOKING_API dependencies on OTA_EVENTS_VL

Line 186: FROM OTA_EVENTS_VL evt,

182: evt.owner_id,
183: off.activity_version_id,
184: evt.offering_id,
185: nvl(evt.price_basis,NULL)
186: FROM OTA_EVENTS_VL evt,
187: OTA_OFFERINGS off,
188: HR_ALL_ORGANIZATION_UNITS hao
189: WHERE evt.event_id = p_event_id
190: AND off.offering_id = evt.parent_offering_id

Line 565: Select title from ota_events_vl

561: l_LO_id ota_offerings.Learning_object_id%type;
562:
563: --Bug 5386501
564: Cursor csr_class_data is
565: Select title from ota_events_vl
566: where event_id = p_event_id;
567: l_class_name ota_events_tl.title%type;
568: l_incoming_status_type varchar2(30);
569: