DBA Data[Home] [Help]

APPS.BEN_ECC_DEL dependencies on BEN_ELCTBL_CHC_CTFN

Line 60: -- Delete the ben_elctbl_chc_ctfn row.

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

Line 62: delete from ben_elctbl_chc_ctfn

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

Line 220: (p_module_name => 'ben_elctbl_chc_ctfn'

216: --
217: when hr_api.cannot_find_prog_unit then
218: --
219: hr_api.cannot_find_prog_unit_error
220: (p_module_name => 'ben_elctbl_chc_ctfn'
221: ,p_hook_type => 'AD');
222: --
223: end;
224: --