DBA Data[Home] [Help]

APPS.BEN_XCC_DEL dependencies on BEN_EXT_CRIT_CMBN

Line 96: -- Delete the ben_ext_crit_cmbn row.

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

Line 98: delete from ben_ext_crit_cmbn

94: ben_xcc_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the ben_ext_crit_cmbn row.
97: --
98: delete from ben_ext_crit_cmbn
99: where ext_crit_cmbn_id = p_rec.ext_crit_cmbn_id;
100: --
101: ben_xcc_shd.g_api_dml := false; -- Unset the api dml status
102: --

Line 226: (p_module_name => 'ben_ext_crit_cmbn'

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