DBA Data[Home] [Help]

APPS.BEN_BEC_DEL dependencies on BEN_BATCH_ELCTBL_CHC_INFO

Line 60: -- Delete the ben_batch_elctbl_chc_info row.

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

Line 62: delete from ben_batch_elctbl_chc_info

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

Line 191: (p_module_name => 'ben_batch_elctbl_chc_info'

187: --
188: when hr_api.cannot_find_prog_unit then
189: --
190: hr_api.cannot_find_prog_unit_error
191: (p_module_name => 'ben_batch_elctbl_chc_info'
192: ,p_hook_type => 'AD');
193: --
194: end;
195: --