APPS.OTA_OTARPBUD_XMLP_PKG dependencies on OTA_EVENTS_VL
Line 182: ota_events_vl evt
178: is
179: cursor c_venue(pevent_id number) is
180: select replace(name,fnd_global.local_chr(10),fnd_global.local_chr(46))
181: from hr_all_organization_units org, 182: ota_events_vl evt 183: where evt.event_id = pevent_id
184: and evt.training_center_id = org.organization_id;
185:
186: begin