DBA Data[Home] [Help]

APPS.OTA_AVT_BUS dependencies on OTA_ACTIVITY_VERSIONS_TL

Line 428: , ota_activity_versions_tl avt

424: --
425: cursor sel_unique_key is
426: select 'Y'
427: from ota_activity_versions tav
428: , ota_activity_versions_tl avt
429: where avt.version_name = p_version_name
430: and avt.activity_version_id = tav.activity_version_id
431: and avt.language = p_language
432: and tav.activity_id = v_activity_id