DBA Data[Home] [Help]

APPS.BEN_XCV_INS dependencies on BEN_EXT_CRIT_VAL

Line 118: -- Insert the row into: ben_ext_crit_val

114: p_rec.object_version_number := 1; -- Initialise the object version
115: --
116: ben_xcv_shd.g_api_dml := true; -- Set the api dml status
117: --
118: -- Insert the row into: ben_ext_crit_val
119: --
120: insert into ben_ext_crit_val
121: ( ext_crit_val_id,
122: val_1,

Line 120: insert into ben_ext_crit_val

116: ben_xcv_shd.g_api_dml := true; -- Set the api dml status
117: --
118: -- Insert the row into: ben_ext_crit_val
119: --
120: insert into ben_ext_crit_val
121: ( ext_crit_val_id,
122: val_1,
123: val_2,
124: ext_crit_typ_id,

Line 217: select ben_ext_crit_val_s.nextval

213: --
214: l_proc varchar2(72) := g_package||'pre_insert';
215: --
216: cursor c1 is
217: select ben_ext_crit_val_s.nextval
218: from sys.dual;
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);

Line 295: (p_module_name => 'ben_ext_crit_val'

291: --
292: when hr_api.cannot_find_prog_unit then
293: --
294: hr_api.cannot_find_prog_unit_error
295: (p_module_name => 'ben_ext_crit_val'
296: ,p_hook_type => 'AI');
297: --
298: end;
299: --