DBA Data[Home] [Help]

APPS.BEN_CLA_DEL dependencies on BEN_CMBN_AGE_LOS_FCTR

Line 60: -- Delete the ben_cmbn_age_los_fctr row.

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

Line 62: delete from ben_cmbn_age_los_fctr

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

Line 215: (p_module_name => 'ben_cmbn_age_los_fctr'

211: --
212: when hr_api.cannot_find_prog_unit then
213: --
214: hr_api.cannot_find_prog_unit_error
215: (p_module_name => 'ben_cmbn_age_los_fctr'
216: ,p_hook_type => 'AD');
217: --
218: end;
219: --