DBA Data[Home] [Help]

APPS.OT_WORKFLOW_SS dependencies on HR_LOOKUPS

Line 200: hr_lookups hl

196: from
197: ota_events evt,
198: ota_act_cat_inclusions oac,
199: ota_category_usages ocu,
200: hr_lookups hl
201: where evt.event_id = c_event_id and
202: evt.activity_version_id = oac.activity_version_id and
203: oac.category_usage_id = ocu.category_usage_id and
204: ocu.type = 'C' and

Line 260: hr_lookups hl

256: from
257: ota_events evt,
258: ota_act_cat_inclusions oac,
259: ota_category_usages ocu,
260: hr_lookups hl
261: where evt.event_id = c_event_id and
262: evt.activity_version_id = oac.activity_version_id and
263: oac.category_usage_id = ocu.category_usage_id and
264: ocu.type = 'DM' and