DBA Data[Home] [Help]

APPS.BEN_XER_DEL dependencies on BEN_EXT_DATA_ELMT_IN_RCD

Line 95: -- Delete the ben_ext_data_elmt_in_rcd row.

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

Line 97: delete from ben_ext_data_elmt_in_rcd

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

Line 229: (p_module_name => 'ben_ext_data_elmt_in_rcd'

225: --
226: when hr_api.cannot_find_prog_unit then
227: --
228: hr_api.cannot_find_prog_unit_error
229: (p_module_name => 'ben_ext_data_elmt_in_rcd'
230: ,p_hook_type => 'AD');
231: --
232: end;
233: --