DBA Data[Home] [Help]

APPS.BEN_BLI_DEL dependencies on BEN_BATCH_LER_INFO

Line 60: -- Delete the ben_batch_ler_info row.

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

Line 62: delete from ben_batch_ler_info

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

Line 194: (p_module_name => 'ben_batch_ler_info'

190: --
191: when hr_api.cannot_find_prog_unit then
192: --
193: hr_api.cannot_find_prog_unit_error
194: (p_module_name => 'ben_batch_ler_info'
195: ,p_hook_type => 'AD');
196: --
197: end;
198: --