DBA Data[Home] [Help]

APPS.OTA_CPR_DEL dependencies on OTA_COURSE_PREREQUISITES

Line 62: -- Delete the ota_course_prerequisites row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the ota_course_prerequisites row.
63: --
64: delete from ota_course_prerequisites
65: where activity_version_id = p_rec.activity_version_id
66: and prerequisite_course_id = p_rec.prerequisite_course_id;

Line 64: delete from ota_course_prerequisites

60: --
61: --
62: -- Delete the ota_course_prerequisites row.
63: --
64: delete from ota_course_prerequisites
65: where activity_version_id = p_rec.activity_version_id
66: and prerequisite_course_id = p_rec.prerequisite_course_id;
67: --
68: --

Line 185: (p_module_name => 'OTA_COURSE_PREREQUISITES'

181: --
182: when hr_api.cannot_find_prog_unit then
183: --
184: hr_api.cannot_find_prog_unit_error
185: (p_module_name => 'OTA_COURSE_PREREQUISITES'
186: ,p_hook_type => 'AD');
187: --
188: end;
189: --