DBA Data[Home] [Help]

APPS.BEN_XDD_DEL dependencies on BEN_EXT_DATA_ELMT_DECD

Line 95: -- Delete the ben_ext_data_elmt_decd row.

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

Line 97: delete from ben_ext_data_elmt_decd

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

Line 223: (p_module_name => 'ben_ext_data_elmt_decd'

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