DBA Data[Home] [Help]

APPS.BEN_BPI_DEL dependencies on BEN_BATCH_PROC_INFO

Line 60: -- Delete the ben_batch_proc_info row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ben_bpi_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_batch_proc_info row.
61: --
62: delete from ben_batch_proc_info
63: where batch_proc_id = p_rec.batch_proc_id;
64: --

Line 62: delete from ben_batch_proc_info

58: ben_bpi_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_batch_proc_info row.
61: --
62: delete from ben_batch_proc_info
63: where batch_proc_id = p_rec.batch_proc_id;
64: --
65: ben_bpi_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 188: (p_module_name => 'ben_batch_proc_info'

184: --
185: when hr_api.cannot_find_prog_unit then
186: --
187: hr_api.cannot_find_prog_unit_error
188: (p_module_name => 'ben_batch_proc_info'
189: ,p_hook_type => 'AD');
190: --
191: end;
192: --