DBA Data[Home] [Help]

APPS.OTA_EXTERNAL_LEARNING_SWI dependencies on OTA_NHS_API

Line 94: ota_nhs_api.create_non_ota_histories

90: );
91: --
92: -- Call API
93: --
94: ota_nhs_api.create_non_ota_histories
95: (p_validate => l_validate
96: ,p_effective_date => p_effective_date
97: ,p_nota_history_id => l_nota_history_id
98: ,p_person_id => p_person_id

Line 273: ota_nhs_api.update_non_ota_histories

269: --
270: --
271: -- Call API
272: --
273: ota_nhs_api.update_non_ota_histories
274: (p_validate => l_validate
275: ,p_effective_date => p_effective_date
276: ,p_nota_history_id => p_nota_history_id
277: ,p_person_id => p_person_id

Line 409: ota_nhs_api.delete_external_learning

405: --
406: --
407: -- Call API
408: --
409: ota_nhs_api.delete_external_learning
410: (p_validate => l_validate
411: ,p_nota_history_id => p_nota_history_id
412: ,p_object_version_number => p_object_version_number
413: );