DBA Data[Home] [Help]

APPS.OTA_LPE_BUS dependencies on OTA_LEARNING_PATHS

Line 402: l_path_source_code ota_learning_paths.path_source_code%TYPE;

398: --
399: Function get_path_source_code(p_learning_path_id IN NUMBER)
400: RETURN VARCHAR2 is
401: --
402: l_path_source_code ota_learning_paths.path_source_code%TYPE;
403: v_proc varchar2(72) := g_package||'get_path_source_code';
404: --
405: cursor csr_is_catalog_lp is
406: select path_source_code

Line 407: from ota_learning_paths lps

403: v_proc varchar2(72) := g_package||'get_path_source_code';
404: --
405: cursor csr_is_catalog_lp is
406: select path_source_code
407: from ota_learning_paths lps
408: where lps.learning_path_id = p_learning_path_id;
409: --
410: Begin
411: --