DBA Data[Home] [Help]

APPS.OTA_ADMIN_ACCESS_UTIL dependencies on OTA_LEARNING_OBJECTS

Line 12: from ota_learning_objects

8: where category_usage_id=category_id;
9:
10: Cursor get_lo_id(tst_id in number) IS
11: Select learning_object_id
12: from ota_learning_objects
13: where test_id=tst_id;
14: function admin_can_access_object(p_object_type in varchar,
15: p_object_id in number,
16: p_module_name IN VARCHAR2 default 'ADMIN') return varchar2;