DBA Data[Home] [Help]

APPS.BEN_BMI_DEL dependencies on BEN_BATCH_COMMU_INFO

Line 60: -- Delete the ben_batch_commu_info row.

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

Line 62: delete from ben_batch_commu_info

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

Line 184: (p_module_name => 'ben_batch_commu_info'

180: --
181: when hr_api.cannot_find_prog_unit then
182: --
183: hr_api.cannot_find_prog_unit_error
184: (p_module_name => 'ben_batch_commu_info'
185: ,p_hook_type => 'AD');
186: --
187: end;
188: --