DBA Data[Home] [Help]

APPS.BEN_YRP_DEL dependencies on BEN_YR_PERD

Line 60: -- Delete the ben_yr_perd row.

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

Line 62: delete from ben_yr_perd

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

Line 217: (p_module_name => 'ben_yr_perd'

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