DBA Data[Home] [Help]

APPS.BEN_XFI_DEL dependencies on BEN_EXT_FILE

Line 95: -- Delete the ben_ext_file row.

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

Line 97: delete from ben_ext_file

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

Line 255: (p_module_name => 'ben_ext_file'

251: --
252: when hr_api.cannot_find_prog_unit then
253: --
254: hr_api.cannot_find_prog_unit_error
255: (p_module_name => 'ben_ext_file'
256: ,p_hook_type => 'AD');
257: --
258: end;
259: --