DBA Data[Home] [Help]

APPS.OTA_LPE_UPD dependencies on OTA_LP_ENROLLMENTS

Line 68: -- Update the ota_lp_enrollments Row

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

Line 70: update ota_lp_enrollments

66: --
67: --
68: -- Update the ota_lp_enrollments Row
69: --
70: update ota_lp_enrollments
71: set
72: lp_enrollment_id = p_rec.lp_enrollment_id
73: ,learning_path_id = p_rec.learning_path_id
74: ,person_id = p_rec.person_id

Line 418: (p_module_name => 'OTA_LP_ENROLLMENTS'

414: --
415: when hr_api.cannot_find_prog_unit then
416: --
417: hr_api.cannot_find_prog_unit_error
418: (p_module_name => 'OTA_LP_ENROLLMENTS'
419: ,p_hook_type => 'AU');
420: --
421: end;
422: --