DBA Data[Home] [Help]

APPS.BEN_AGF_DEL dependencies on BEN_AGE_FCTR

Line 60: -- Delete the ben_age_fctr row.

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

Line 62: delete from ben_age_fctr

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

Line 222: (p_module_name => 'ben_age_fctr'

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