[Home] [Help]
56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ben_wyp_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_wthn_yr_perd row.
61: --
62: delete from ben_wthn_yr_perd
63: where wthn_yr_perd_id = p_rec.wthn_yr_perd_id;
64: --
58: ben_wyp_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_wthn_yr_perd row.
61: --
62: delete from ben_wthn_yr_perd
63: where wthn_yr_perd_id = p_rec.wthn_yr_perd_id;
64: --
65: ben_wyp_shd.g_api_dml := false; -- Unset the api dml status
66: --
212: --
213: when hr_api.cannot_find_prog_unit then
214: --
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'ben_wthn_yr_perd'
217: ,p_hook_type => 'AD');
218: --
219: end;
220: --