DBA Data[Home] [Help]

APPS.BEN_PFF_INS dependencies on BEN_PCT_FL_TM_FCTR

Line 63: -- Insert the row into: ben_pct_fl_tm_fctr

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

Line 65: insert into ben_pct_fl_tm_fctr

61: ben_pff_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_pct_fl_tm_fctr
64: --
65: insert into ben_pct_fl_tm_fctr
66: ( pct_fl_tm_fctr_id,
67: name,
68: business_group_id,
69: mx_pct_val,

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

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

Line 334: (p_module_name => 'ben_pct_fl_tm_fctr'

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