DBA Data[Home] [Help]

APPS.BEN_CPE_DEL dependencies on BEN_COPY_ENTITY_RESULTS

Line 62: -- Delete the ben_copy_entity_results row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: ben_cpe_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the ben_copy_entity_results row.
63: --
64: delete from ben_copy_entity_results
65: where copy_entity_result_id = p_rec.copy_entity_result_id;
66: --

Line 64: delete from ben_copy_entity_results

60: ben_cpe_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the ben_copy_entity_results row.
63: --
64: delete from ben_copy_entity_results
65: where copy_entity_result_id = p_rec.copy_entity_result_id;
66: --
67: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
68: --

Line 893: (p_module_name => 'BEN_COPY_ENTITY_RESULTS'

889: --
890: when hr_api.cannot_find_prog_unit then
891: --
892: hr_api.cannot_find_prog_unit_error
893: (p_module_name => 'BEN_COPY_ENTITY_RESULTS'
894: ,p_hook_type => 'AD');
895: --
896: end;
897: --