DBA Data[Home] [Help]

APPS.BEN_PCG_DEL dependencies on BEN_PRTT_CLM_GD_OR_SVC_TYP

Line 60: -- Delete the ben_prtt_clm_gd_or_svc_typ row.

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

Line 62: delete from ben_prtt_clm_gd_or_svc_typ

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

Line 250: (p_module_name => 'ben_prtt_clm_gd_or_svc_typ'

246: --
247: when hr_api.cannot_find_prog_unit then
248: --
249: hr_api.cannot_find_prog_unit_error
250: (p_module_name => 'ben_prtt_clm_gd_or_svc_typ'
251: ,p_hook_type => 'AD');
252: --
253: end;
254: --