DBA Data[Home] [Help]

APPS.OT_WORKFLOW_SS dependencies on OTA_CATEGORY_USAGES

Line 199: ota_category_usages ocu,

195: hl.meaning
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

Line 259: ota_category_usages ocu,

255: hl.meaning
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