DBA Data[Home] [Help]

APPS.BEN_CQB_DEL dependencies on BEN_CBR_QUALD_BNF

Line 60: -- Delete the ben_cbr_quald_bnf row.

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

Line 62: delete from ben_cbr_quald_bnf

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

Line 219: (p_module_name => 'ben_cbr_quald_bnf'

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