DBA Data[Home] [Help]

APPS.BEN_EPE_DEL dependencies on BEN_ELIG_PER_ELCTBL_CHC

Line 60: -- Delete the ben_elig_per_elctbl_chc row.

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

Line 62: delete from ben_elig_per_elctbl_chc

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