DBA Data[Home] [Help]

APPS.BEN_EGD_INS dependencies on BEN_ELIG_DPNT

Line 63: -- Insert the row into: ben_elig_dpnt

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

Line 65: insert into ben_elig_dpnt

61: ben_egd_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_elig_dpnt
64: --
65: insert into ben_elig_dpnt
66: ( elig_dpnt_id,
67: create_dt,
68: elig_strt_dt,
69: elig_thru_dt,

Line 237: Cursor C_Sel1 is select ben_elig_dpnt_s.nextval from sys.dual;

233: Procedure pre_insert(p_rec in out nocopy ben_egd_shd.g_rec_type) is
234: --
235: l_proc varchar2(72) := g_package||'pre_insert';
236: --
237: Cursor C_Sel1 is select ben_elig_dpnt_s.nextval from sys.dual;
238: --
239: Begin
240: hr_utility.set_location('Entering:'||l_proc, 5);
241: --

Line 383: (p_module_name => 'ben_elig_dpnt'

379: --
380: when hr_api.cannot_find_prog_unit then
381: --
382: hr_api.cannot_find_prog_unit_error
383: (p_module_name => 'ben_elig_dpnt'
384: ,p_hook_type => 'AI');
385: --
386: end;
387: --