DBA Data[Home] [Help]

APPS.BEN_BFT_DEL dependencies on BEN_BENEFIT_ACTIONS

Line 60: -- Delete the ben_benefit_actions row.

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

Line 62: delete from ben_benefit_actions

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

Line 275: (p_module_name => 'ben_benefit_actions'

271: --
272: when hr_api.cannot_find_prog_unit then
273: --
274: hr_api.cannot_find_prog_unit_error
275: (p_module_name => 'ben_benefit_actions'
276: ,p_hook_type => 'AD');
277: --
278: end;
279: --