DBA Data[Home] [Help]

APPS.BEN_BNG_DEL dependencies on BEN_BENFTS_GRP

Line 60: -- Delete the ben_benfts_grp row.

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

Line 62: delete from ben_benfts_grp

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

Line 211: (p_module_name => 'ben_benfts_grp'

207: --
208: when hr_api.cannot_find_prog_unit then
209: --
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'ben_benfts_grp'
212: ,p_hook_type => 'AD');
213: --
214: end;
215: --