DBA Data[Home] [Help]

APPS.OTA_OTARPBUD_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 181: from hr_all_organization_units org,

177: (event_id in number) return char
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: