DBA Data[Home] [Help]

APPS.BEN_CLA_INS dependencies on BEN_CMBN_AGE_LOS_FCTR

Line 63: -- Insert the row into: ben_cmbn_age_los_fctr

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

Line 65: insert into ben_cmbn_age_los_fctr

61: ben_cla_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_cmbn_age_los_fctr
64: --
65: insert into ben_cmbn_age_los_fctr
66: ( cmbn_age_los_fctr_id,
67: business_group_id,
68: los_fctr_id,
69: age_fctr_id,

Line 215: Cursor C_Sel1 is select ben_cmbn_age_los_fctr_s.nextval from sys.dual;

211: Procedure pre_insert(p_rec in out nocopy ben_cla_shd.g_rec_type) is
212: --
213: l_proc varchar2(72) := g_package||'pre_insert';
214: --
215: Cursor C_Sel1 is select ben_cmbn_age_los_fctr_s.nextval from sys.dual;
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --

Line 323: (p_module_name => 'ben_cmbn_age_los_fctr'

319: --
320: when hr_api.cannot_find_prog_unit then
321: --
322: hr_api.cannot_find_prog_unit_error
323: (p_module_name => 'ben_cmbn_age_los_fctr'
324: ,p_hook_type => 'AI');
325: --
326: end;
327: --