DBA Data[Home] [Help]

APPS.OTA_LEARNING_PATH_SWI dependencies on OTA_LEARNING_PATH_SWI

Line 1: Package Body ota_learning_path_swi As

1: Package Body ota_learning_path_swi As
2: /* $Header: otlpsswi.pkb 120.0 2005/05/29 07:24:23 appldev noship $ */
3: --
4: -- Package variables
5: --

Line 6: g_package varchar2(33) := 'ota_learning_path_swi.';

2: /* $Header: otlpsswi.pkb 120.0 2005/05/29 07:24:23 appldev noship $ */
3: --
4: -- Package variables
5: --
6: g_package varchar2(33) := 'ota_learning_path_swi.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |-------------------------< create_learning_path >-------------------------|
10: -- ----------------------------------------------------------------------------

Line 688: l_updateable := ota_learning_path_swi.check_lp_enrollments_exist(p_learning_path_id);

684: l_updateable VARCHAR2(30);
685: l_duration NUMBER;
686: BEGIN
687:
688: l_updateable := ota_learning_path_swi.check_lp_enrollments_exist(p_learning_path_id);
689: return l_updateable;
690:
691: END is_Duration_Updateable;
692:

Line 693: end ota_learning_path_swi;

689: return l_updateable;
690:
691: END is_Duration_Updateable;
692:
693: end ota_learning_path_swi;
694: