DBA Data[Home] [Help]

APPS.OTA_CMB_DEL dependencies on OTA_CERTIFICATION_MEMBERS

Line 62: -- Delete the ota_certification_members row.

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

Line 64: delete from ota_certification_members

60: --
61: --
62: -- Delete the ota_certification_members row.
63: --
64: delete from ota_certification_members
65: where certification_member_id = p_rec.certification_member_id;
66: --
67: --
68: --

Line 232: (p_module_name => 'OTA_CERTIFICATION_MEMBERS'

228: --
229: when hr_api.cannot_find_prog_unit then
230: --
231: hr_api.cannot_find_prog_unit_error
232: (p_module_name => 'OTA_CERTIFICATION_MEMBERS'
233: ,p_hook_type => 'AD');
234: --
235: end;
236: --