DBA Data[Home] [Help]

APPS.BEN_LSF_DEL dependencies on BEN_LOS_FCTR

Line 60: -- Delete the ben_los_fctr row.

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

Line 62: delete from ben_los_fctr

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

Line 225: (p_module_name => 'ben_los_fctr'

221: --
222: when hr_api.cannot_find_prog_unit then
223: --
224: hr_api.cannot_find_prog_unit_error
225: (p_module_name => 'ben_los_fctr'
226: ,p_hook_type => 'AD');
227: --
228: end;
229: --