DBA Data[Home] [Help]

APPS.OT_WORKFLOW_SS dependencies on OTA_ACTIVITY_VERSIONS

Line 142: ota_activity_versions oav,

138:
139: cursor c_get_activity_name is
140: select oad.name
141: from ota_events evt,
142: ota_activity_versions oav,
143: ota_activity_definitions_tl oad
144: where evt.event_id = c_event_id and
145: oad.language=userenv('LANG') and
146: evt.activity_version_id = oav.activity_version_id and