DBA Data[Home] [Help]

APPS.BEN_PRV_INS dependencies on BEN_PRTT_RT_VAL

Line 63: -- Insert the row into: ben_prtt_rt_val

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

Line 65: insert into ben_prtt_rt_val

61: ben_prv_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_prtt_rt_val
64: --
65: insert into ben_prtt_rt_val
66: ( prtt_rt_val_id,
67: rt_strt_dt,
68: rt_end_dt,
69: rt_typ_cd,

Line 265: Cursor C_Sel1 is select ben_prtt_rt_val_s.nextval from sys.dual;

261: Procedure pre_insert(p_rec in out nocopy ben_prv_shd.g_rec_type) is
262: --
263: l_proc varchar2(72) := g_package||'pre_insert';
264: --
265: Cursor C_Sel1 is select ben_prtt_rt_val_s.nextval from sys.dual;
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: --

Line 430: (p_module_name => 'ben_prtt_rt_val'

426: --
427: when hr_api.cannot_find_prog_unit then
428: --
429: hr_api.cannot_find_prog_unit_error
430: (p_module_name => 'ben_prtt_rt_val'
431: ,p_hook_type => 'AI');
432: --
433: end;
434: --