DBA Data[Home] [Help]

APPS.OTA_ILEARNING dependencies on OTA_ACTIVITY_VERSIONS_VL

Line 93: ota_activity_versions_vl OAV -- MLS change _vl added

89: cursor cur_get_activity_version_name is
90: select
91: version_name
92: from
93: ota_activity_versions_vl OAV -- MLS change _vl added
94: where
95: OAV.version_name = p_activity_version_name and
96: OAV.developer_organization_id = p_business_group_id;
97: