DBA Data[Home] [Help]

APPS.BEN_BCI_DEL dependencies on BEN_BATCH_BNFT_CERT_INFO

Line 60: -- Delete the ben_batch_bnft_cert_info row.

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

Line 62: delete from ben_batch_bnft_cert_info

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

Line 183: (p_module_name => 'ben_batch_bnft_cert_info'

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