DBA Data[Home] [Help]

APPS.BEN_XIC_DEL dependencies on BEN_EXT_INCL_CHG

Line 95: -- Delete the ben_ext_incl_chg row.

91: hr_utility.set_location('Entering:'||l_proc, 5);
92: --
93: ben_xic_shd.g_api_dml := true; -- Set the api dml status
94: --
95: -- Delete the ben_ext_incl_chg row.
96: --
97: delete from ben_ext_incl_chg
98: where ext_incl_chg_id = p_rec.ext_incl_chg_id;
99: --

Line 97: delete from ben_ext_incl_chg

93: ben_xic_shd.g_api_dml := true; -- Set the api dml status
94: --
95: -- Delete the ben_ext_incl_chg row.
96: --
97: delete from ben_ext_incl_chg
98: where ext_incl_chg_id = p_rec.ext_incl_chg_id;
99: --
100: ben_xic_shd.g_api_dml := false; -- Unset the api dml status
101: --

Line 224: (p_module_name => 'ben_ext_incl_chg'

220: --
221: when hr_api.cannot_find_prog_unit then
222: --
223: hr_api.cannot_find_prog_unit_error
224: (p_module_name => 'ben_ext_incl_chg'
225: ,p_hook_type => 'AD');
226: --
227: end;
228: --