DBA Data[Home] [Help]

APPS.OTA_LRNG_PATH_MEMBER_UTIL dependencies on OTA_LEARNING_PATH_SWI

Line 833: ota_learning_path_swi.create_learning_path

829: l_learning_path_section_id := p_learning_path_section_id;
830: END IF;
831:
832: IF NOT l_exists THEN
833: ota_learning_path_swi.create_learning_path
834: (p_effective_date => p_effective_date
835: ,p_validate => p_validate
836: ,p_path_name => l_path_name
837: ,p_business_group_id => p_business_group_id

Line 1137: ota_learning_path_swi.update_learning_path

1133: l_path_status_code := 'ACTIVE';
1134: ELSE l_path_status_code := 'CANCELLED';
1135: END IF;
1136:
1137: ota_learning_path_swi.update_learning_path
1138: (p_effective_date => p_effective_date
1139: ,p_learning_path_id => l_learning_path_id
1140: ,p_object_version_number => l_lp_ovn
1141: ,p_display_to_learner_flag => p_display_to_learner_flag