DBA Data[Home] [Help]

APPS.BEN_ECC_INS dependencies on BEN_ELCTBL_CHC_CTFN

Line 63: -- Insert the row into: ben_elctbl_chc_ctfn

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_ecc_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_elctbl_chc_ctfn
64: --
65: insert into ben_elctbl_chc_ctfn
66: ( elctbl_chc_ctfn_id,
67: enrt_ctfn_typ_cd,

Line 65: insert into ben_elctbl_chc_ctfn

61: ben_ecc_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_elctbl_chc_ctfn
64: --
65: insert into ben_elctbl_chc_ctfn
66: ( elctbl_chc_ctfn_id,
67: enrt_ctfn_typ_cd,
68: rqd_flag,
69: elig_per_elctbl_chc_id,

Line 223: Cursor C_Sel1 is select ben_elctbl_chc_ctfn_s.nextval from sys.dual;

219: Procedure pre_insert(p_rec in out nocopy ben_ecc_shd.g_rec_type) is
220: --
221: l_proc varchar2(72) := g_package||'pre_insert';
222: --
223: Cursor C_Sel1 is select ben_elctbl_chc_ctfn_s.nextval from sys.dual;
224: --
225: Begin
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --

Line 337: (p_module_name => 'ben_elctbl_chc_ctfn'

333: --
334: when hr_api.cannot_find_prog_unit then
335: --
336: hr_api.cannot_find_prog_unit_error
337: (p_module_name => 'ben_elctbl_chc_ctfn'
338: ,p_hook_type => 'AI');
339: --
340: end;
341: --