DBA Data[Home] [Help]

APPS.BEN_XRF_DEL dependencies on BEN_EXT_RCD_IN_FILE

Line 96: -- Delete the ben_ext_rcd_in_file row.

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

Line 98: delete from ben_ext_rcd_in_file

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

Line 234: (p_module_name => 'ben_ext_rcd_in_file'

230: --
231: when hr_api.cannot_find_prog_unit then
232: --
233: hr_api.cannot_find_prog_unit_error
234: (p_module_name => 'ben_ext_rcd_in_file'
235: ,p_hook_type => 'AD');
236: --
237: end;
238: --