DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on OTA_LEARNING_PATH_MEMBERS

Line 2822: ota_learning_path_members lpm

2818:
2819: CURSOR csr_sections_exist IS
2820: SELECT null
2821: from ota_lp_sections lpc,
2822: ota_learning_path_members lpm
2823: where lpc.learning_path_id = p_learning_path_id
2824: and lpc.learning_path_section_id = lpm.learning_path_section_id
2825: and lpc.completion_type_code in ('M','S');
2826: