DBA Data[Home] [Help]

APPS.OTA_CPR_UPD dependencies on OTA_COURSE_PREREQUISITES

Line 68: -- Update the ota_course_prerequisites Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the ota_course_prerequisites Row
69: --
70: update ota_course_prerequisites
71: set
72: activity_version_id = p_rec.activity_version_id

Line 70: update ota_course_prerequisites

66: --
67: --
68: -- Update the ota_course_prerequisites Row
69: --
70: update ota_course_prerequisites
71: set
72: activity_version_id = p_rec.activity_version_id
73: ,prerequisite_course_id = p_rec.prerequisite_course_id
74: ,business_group_id = p_rec.business_group_id

Line 222: (p_module_name => 'OTA_COURSE_PREREQUISITES'

218: --
219: when hr_api.cannot_find_prog_unit then
220: --
221: hr_api.cannot_find_prog_unit_error
222: (p_module_name => 'OTA_COURSE_PREREQUISITES'
223: ,p_hook_type => 'AU');
224: --
225: end;
226: --