DBA Data[Home] [Help]

APPS.BEN_CLF_DEL dependencies on BEN_COMP_LVL_FCTR

Line 60: -- Delete the ben_comp_lvl_fctr row.

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

Line 62: delete from ben_comp_lvl_fctr

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

Line 231: (p_module_name => 'ben_comp_lvl_fctr'

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