DBA Data[Home] [Help]

APPS.BEN_EPR_INS dependencies on BEN_ENRT_PREM

Line 63: -- Insert the row into: ben_enrt_prem

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

Line 65: insert into ben_enrt_prem

61: ben_epr_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_enrt_prem
64: --
65: insert into ben_enrt_prem
66: ( enrt_prem_id,
67: val,
68: uom,
69: elig_per_elctbl_chc_id,

Line 221: Cursor C_Sel1 is select ben_enrt_prem_s.nextval from sys.dual;

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

Line 332: (p_module_name => 'ben_enrt_prem'

328: --
329: when hr_api.cannot_find_prog_unit then
330: --
331: hr_api.cannot_find_prog_unit_error
332: (p_module_name => 'ben_enrt_prem'
333: ,p_hook_type => 'AI');
334: --
335: end;
336: --