DBA Data[Home] [Help]

APPS.OTA_TRAINING_PLAN_UPGRADE dependencies on OTA_LEARNING_PATH_API

Line 545: ota_learning_path_api.create_learning_path(

541: open csr_get_dup_lps_rec(p_name,p_business_group_id, p_person_id, p_contact_id);
542: fetch csr_get_dup_lps_rec into l_learning_path_id;
543: if csr_get_dup_lps_rec%notfound then
544: Begin
545: ota_learning_path_api.create_learning_path(
546: p_effective_date => trunc(sysdate)
547: ,p_path_name => p_name
548: ,p_duration => null
549: ,p_duration_units => null