DBA Data[Home] [Help]

APPS.BEN_CLF_INS dependencies on BEN_COMP_LVL_FCTR

Line 63: -- Insert the row into: ben_comp_lvl_fctr

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

Line 65: insert into ben_comp_lvl_fctr

61: ben_clf_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_comp_lvl_fctr
64: --
65: insert into ben_comp_lvl_fctr
66: ( comp_lvl_fctr_id,
67: business_group_id,
68: name,
69: comp_lvl_det_cd,

Line 245: Cursor C_Sel1 is select ben_comp_lvl_fctr_s.nextval from sys.dual;

241: Procedure pre_insert(p_rec in out nocopy ben_clf_shd.g_rec_type) is
242: --
243: l_proc varchar2(72) := g_package||'pre_insert';
244: --
245: Cursor C_Sel1 is select ben_comp_lvl_fctr_s.nextval from sys.dual;
246: --
247: Begin
248: hr_utility.set_location('Entering:'||l_proc, 5);
249: --

Line 370: (p_module_name => 'ben_comp_lvl_fctr'

366: --
367: when hr_api.cannot_find_prog_unit then
368: --
369: hr_api.cannot_find_prog_unit_error
370: (p_module_name => 'ben_comp_lvl_fctr'
371: ,p_hook_type => 'AI');
372: --
373: end;
374: --