DBA Data[Home] [Help]

APPS.PER_CEL_DEL dependencies on PER_COMPETENCE_ELEMENTS

Line 60: -- Delete the per_competence_elements row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: per_cel_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_competence_elements row.
61: --
62: delete from per_competence_elements
63: where competence_element_id = p_rec.competence_element_id;
64: --

Line 62: delete from per_competence_elements

58: per_cel_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_competence_elements row.
61: --
62: delete from per_competence_elements
63: where competence_element_id = p_rec.competence_element_id;
64: --
65: per_cel_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 263: ( p_module_name => 'PER_COMPETENCE_ELEMENTS'

259: );
260: exception
261: when hr_api.cannot_find_prog_unit then
262: hr_api.cannot_find_prog_unit_error
263: ( p_module_name => 'PER_COMPETENCE_ELEMENTS'
264: ,p_hook_type => 'AD'
265: );
266: end;
267: -- End of API User Hook for post_delete.