DBA Data[Home] [Help]

APPS.BEN_LSF_INS dependencies on BEN_LOS_FCTR

Line 63: -- Insert the row into: ben_los_fctr

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

Line 65: insert into ben_los_fctr

61: ben_lsf_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_los_fctr
64: --
65: insert into ben_los_fctr
66: ( los_fctr_id,
67: name,
68: business_group_id,
69: los_det_cd,

Line 233: Cursor C_Sel1 is select ben_los_fctr_s.nextval from sys.dual;

229: Procedure pre_insert(p_rec in out nocopy ben_lsf_shd.g_rec_type) is
230: --
231: l_proc varchar2(72) := g_package||'pre_insert';
232: --
233: Cursor C_Sel1 is select ben_los_fctr_s.nextval from sys.dual;
234: --
235: Begin
236: hr_utility.set_location('Entering:'||l_proc, 5);
237: --

Line 352: (p_module_name => 'ben_los_fctr'

348: --
349: when hr_api.cannot_find_prog_unit then
350: --
351: hr_api.cannot_find_prog_unit_error
352: (p_module_name => 'ben_los_fctr'
353: ,p_hook_type => 'AI');
354: --
355: end;
356: --