DBA Data[Home] [Help]

APPS.BEN_XRC_DEL dependencies on BEN_EXT_RCD

Line 97: -- Delete the ben_ext_rcd row.

93: hr_utility.set_location('Entering:'||l_proc, 5);
94: --
95: ben_xrc_shd.g_api_dml := true; -- Set the api dml status
96: --
97: -- Delete the ben_ext_rcd row.
98: --
99: delete from ben_ext_rcd
100: where ext_rcd_id = p_rec.ext_rcd_id;
101: --

Line 99: delete from ben_ext_rcd

95: ben_xrc_shd.g_api_dml := true; -- Set the api dml status
96: --
97: -- Delete the ben_ext_rcd row.
98: --
99: delete from ben_ext_rcd
100: where ext_rcd_id = p_rec.ext_rcd_id;
101: --
102: ben_xrc_shd.g_api_dml := false; -- Unset the api dml status
103: --

Line 257: (p_module_name => 'ben_ext_rcd'

253: --
254: when hr_api.cannot_find_prog_unit then
255: --
256: hr_api.cannot_find_prog_unit_error
257: (p_module_name => 'ben_ext_rcd'
258: ,p_hook_type => 'AD');
259: --
260: end;
261: --