DBA Data[Home] [Help]

APPS.OTA_LPC_BUS dependencies on OTA_LP_MEMBER_ENROLLMENTS

Line 481: from ota_lp_member_enrollments lme

477: v_proc varchar2(72) := g_package||'chk_if_lme_exists';
478: --
479: cursor sel_lme_exists is
480: select 'Y'
481: from ota_lp_member_enrollments lme
482: where lme.learning_path_section_id = p_learning_path_section_id;
483: --
484: Begin
485: --