DBA Data[Home] [Help]

APPS.OTA_ADMIN_ACCESS_UTIL dependencies on OTA_LEARNER_ACCESS_UTIL

Line 241: return ota_learner_access_util.is_learner_in_user_group(l_person_id, l_adminGrpId, ota_general.get_business_group_id());

237:
238: if l_adminGrpId is null then
239: return 'Y';
240: else
241: return ota_learner_access_util.is_learner_in_user_group(l_person_id, l_adminGrpId, ota_general.get_business_group_id());
242: end if;
243:
244: end if;
245: