Line 696: from ota_events_vl -- MLS change _vl added
692: where employee_id = l_owner_id;
693:
694: cursor cur_get_event_title is
695: select title 696: from ota_events_vl -- MLS change _vl added 697: where title = p_offering_title and
698: business_group_id = p_business_group_id;
699:
700: begin