DBA Data[Home] [Help]

APPS.OTA_LRNG_PATH_MEMBER_UTIL dependencies on OTA_LEARNING_PATH_SWI

Line 811: ota_learning_path_swi.create_learning_path

807: l_learning_path_section_id := p_learning_path_section_id;
808: END IF;
809:
810: IF NOT l_exists THEN
811: ota_learning_path_swi.create_learning_path
812: (p_effective_date => p_effective_date
813: ,p_validate => p_validate
814: ,p_path_name => l_path_name
815: ,p_business_group_id => p_business_group_id

Line 1115: ota_learning_path_swi.update_learning_path

1111: l_path_status_code := 'ACTIVE';
1112: ELSE l_path_status_code := 'CANCELLED';
1113: END IF;
1114:
1115: ota_learning_path_swi.update_learning_path
1116: (p_effective_date => p_effective_date
1117: ,p_learning_path_id => l_learning_path_id
1118: ,p_object_version_number => l_lp_ovn
1119: ,p_display_to_learner_flag => p_display_to_learner_flag