DBA Data[Home] [Help]

APPS.OTA_FCE_UPD dependencies on OTA_OPEN_FC_ENROLLMENTS

Line 68: -- Update the ota_open_fc_enrollments Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: ota_fce_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ota_open_fc_enrollments Row
69: --
70: update ota_open_fc_enrollments
71: set
72: enrollment_id = p_rec.enrollment_id

Line 70: update ota_open_fc_enrollments

66: ota_fce_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ota_open_fc_enrollments Row
69: --
70: update ota_open_fc_enrollments
71: set
72: enrollment_id = p_rec.enrollment_id
73: ,forum_id = p_rec.forum_id
74: ,business_group_id = p_rec.business_group_id

Line 228: (p_module_name => 'OTA_OPEN_FC_ENROLLMENTS'

224: --
225: when hr_api.cannot_find_prog_unit then
226: --
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'OTA_OPEN_FC_ENROLLMENTS'
229: ,p_hook_type => 'AU');
230: --
231: end;
232: --