DBA Data[Home] [Help]

APPS.OTA_EL_ENROLL_SS dependencies on OTA_ACTIVITY_DEFINITIONS

Line 2135: FROM ota_activity_versions tav, ota_activity_definitions tad

2131: where Activity_version_id = l_activity_id
2132: and developer_organization_id=ota_general.get_business_group_id;
2133: */
2134: SELECT activity_version_id, end_date
2135: FROM ota_activity_versions tav, ota_activity_definitions tad
2136: WHERE tav.activity_id = tad.activity_id
2137: AND tad.business_group_id = ota_general.get_business_group_id
2138: AND tav.activity_version_id = l_activity_id;
2139: