DBA Data[Home] [Help]

APPS.BEN_XCR_INS dependencies on BEN_EXT_CRIT_PRFL

Line 118: -- Insert the row into: ben_ext_crit_prfl

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

Line 120: insert into ben_ext_crit_prfl

116: ben_xcr_shd.g_api_dml := true; -- Set the api dml status
117: --
118: -- Insert the row into: ben_ext_crit_prfl
119: --
120: insert into ben_ext_crit_prfl
121: ( ext_crit_prfl_id,
122: name,
123: business_group_id,
124: legislation_code,

Line 274: Cursor C_Sel1 is select ben_ext_crit_prfl_s.nextval from sys.dual;

270: Procedure pre_insert(p_rec in out nocopy ben_xcr_shd.g_rec_type) is
271: --
272: l_proc varchar2(72) := g_package||'pre_insert';
273: --
274: Cursor C_Sel1 is select ben_ext_crit_prfl_s.nextval from sys.dual;
275: --
276: Begin
277: hr_utility.set_location('Entering:'||l_proc, 5);
278: --

Line 381: (p_module_name => 'ben_ext_crit_prfl'

377: --
378: when hr_api.cannot_find_prog_unit then
379: --
380: hr_api.cannot_find_prog_unit_error
381: (p_module_name => 'ben_ext_crit_prfl'
382: ,p_hook_type => 'AI');
383: --
384: end;
385: --