DBA Data[Home] [Help]

APPS.BEN_RVC_DEL dependencies on BEN_PRTT_RT_VAL_CTFN_PRVDD

Line 60: -- Delete the ben_prtt_rt_val_ctfn_prvdd row.

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

Line 62: delete from ben_prtt_rt_val_ctfn_prvdd

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