DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on OTA_LP_SECTIONS

Line 2821: from ota_lp_sections lpc,

2817: AND trunc(sysdate) between start_date_active and nvl(end_date_active, trunc(sysdate));
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');