DBA Data[Home] [Help]

APPS.OTA_ADMIN_ACCESS_UTIL dependencies on OTA_LEARNING_OBJECTS

Line 158: ota_learning_objects lo

154: Cursor get_lo_adminGrp IS
155: select user_group_id
156: from
157: ota_lo_folders lof,
158: ota_learning_objects lo
159: where
160: lo.learning_object_id=p_object_id
161: and lo.folder_id=lof.folder_id;
162: