DBA Data[Home] [Help]

APPS.BEN_BNG_INS dependencies on BEN_BENFTS_GRP

Line 63: -- Insert the row into: ben_benfts_grp

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

Line 65: insert into ben_benfts_grp

61: ben_bng_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_benfts_grp
64: --
65: insert into ben_benfts_grp
66: ( benfts_grp_id,
67: business_group_id,
68: name,
69: bng_desc,

Line 207: Cursor C_Sel1 is select ben_benfts_grp_s.nextval from sys.dual;

203: Procedure pre_insert(p_rec in out nocopy ben_bng_shd.g_rec_type) is
204: --
205: l_proc varchar2(72) := g_package||'pre_insert';
206: --
207: Cursor C_Sel1 is select ben_benfts_grp_s.nextval from sys.dual;
208: --
209: Begin
210: hr_utility.set_location('Entering:'||l_proc, 5);
211: --

Line 311: (p_module_name => 'ben_benfts_grp'

307: --
308: when hr_api.cannot_find_prog_unit then
309: --
310: hr_api.cannot_find_prog_unit_error
311: (p_module_name => 'ben_benfts_grp'
312: ,p_hook_type => 'AI');
313: --
314: end;
315: --