[Home] [Help]
170: evt.owner_id,
171: off.activity_version_id,
172: evt.offering_id,
173: nvl(evt.price_basis,NULL)
174: FROM OTA_EVENTS_VL evt,
175: OTA_OFFERINGS off,
176: HR_ALL_ORGANIZATION_UNITS hao
177: WHERE evt.event_id = p_event_id
178: AND off.offering_id = evt.parent_offering_id
415: l_LO_id ota_offerings.Learning_object_id%type;
416:
417: --Bug 5386501
418: Cursor csr_class_data is
419: Select title from ota_events_vl
420: where event_id = p_event_id;
421: l_class_name ota_events_tl.title%type;
422: l_incoming_status_type varchar2(30);
423: