DBA Data[Home] [Help]

APPS.OTA_TEA_BUS dependencies on HR_ORGANIZATION_UNITS

Line 223: from hr_organization_units

219: from ota_events evt
220: where event_id = p_event_id
221: and (p_organization_id is null or exists
222: (select null
223: from hr_organization_units
224: where organization_id = p_organization_id
225: and business_group_id = evt.business_group_id))
226: and (p_job_id is null or exists
227: (select null