DBA Data[Home] [Help]

APPS.OTA_LP_ENROLLMENT_API dependencies on OTA_LEARNING_PATH_MEMBERS

Line 860: from ota_learning_path_members

856: where learning_path_id = p_learning_path_id;
857:
858: CURSOR csr_get_lpms IS
859: select learning_path_member_id, activity_version_id, duration, learning_path_section_id
860: from ota_learning_path_members
861: where learning_path_id = p_learning_path_id;
862:
863: CURSOR csr_get_lpe_details IS
864: select path_status_code, no_of_completed_courses, object_version_number, completion_date