DBA Data[Home] [Help]

APPS.BEN_EAT_INS dependencies on BEN_EAT_SHD

Line 53: Procedure insert_dml(p_rec in out nocopy ben_eat_shd.g_rec_type) is

49: -- Internal Row Handler Use Only.
50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml(p_rec in out nocopy ben_eat_shd.g_rec_type) is
54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin

Line 61: ben_eat_shd.g_api_dml := true; -- Set the api dml status

57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_eat_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_actn_typ
64: --
65: insert into ben_actn_typ

Line 179: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

175: from ben_actn_typ_tl t
176: where t.actn_typ_id = p_rec.actn_typ_id
177: and t.language = l.language_code);
178: --
179: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
180: --
181: hr_utility.set_location(' Leaving:'||l_proc, 10);
182: Exception
183: When hr_api.check_integrity_violated Then

Line 185: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

181: hr_utility.set_location(' Leaving:'||l_proc, 10);
182: Exception
183: When hr_api.check_integrity_violated Then
184: -- A check constraint has been violated
185: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
186: ben_eat_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated

Line 186: ben_eat_shd.constraint_error

182: Exception
183: When hr_api.check_integrity_violated Then
184: -- A check constraint has been violated
185: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
186: ben_eat_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated
190: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

Line 190: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

186: ben_eat_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated
190: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
191: ben_eat_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When hr_api.unique_integrity_violated Then
194: -- Unique integrity has been violated

Line 191: ben_eat_shd.constraint_error

187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated
190: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
191: ben_eat_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When hr_api.unique_integrity_violated Then
194: -- Unique integrity has been violated
195: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

Line 195: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

191: ben_eat_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When hr_api.unique_integrity_violated Then
194: -- Unique integrity has been violated
195: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
196: ben_eat_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When Others Then
199: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

Line 196: ben_eat_shd.constraint_error

192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When hr_api.unique_integrity_violated Then
194: -- Unique integrity has been violated
195: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
196: ben_eat_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When Others Then
199: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
200: Raise;

Line 199: ben_eat_shd.g_api_dml := false; -- Unset the api dml status

195: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
196: ben_eat_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When Others Then
199: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
200: Raise;
201: End insert_dml;
202: --
203: -- ----------------------------------------------------------------------------

Line 240: Procedure pre_insert(p_rec in out nocopy ben_eat_shd.g_rec_type) is

236: -- Internal Row Handler Use Only.
237: --
238: -- {End Of Comments}
239: -- ----------------------------------------------------------------------------
240: Procedure pre_insert(p_rec in out nocopy ben_eat_shd.g_rec_type) is
241: --
242: l_proc varchar2(72) := g_package||'pre_insert';
243: cursor c1 is select ben_actn_typ_s.nextval
244: from sys.dual;

Line 292: p_effective_date in date,p_rec in ben_eat_shd.g_rec_type) is

288: --
289: -- {End Of Comments}
290: -- ----------------------------------------------------------------------------
291: Procedure post_insert(
292: p_effective_date in date,p_rec in ben_eat_shd.g_rec_type) is
293: --
294: l_proc varchar2(72) := g_package||'post_insert';
295: --
296: Begin

Line 368: p_rec in out nocopy ben_eat_shd.g_rec_type

364: -- ----------------------------------------------------------------------------
365: Procedure ins
366: (
367: p_effective_date in date,
368: p_rec in out nocopy ben_eat_shd.g_rec_type
369: ) is
370: --
371: l_proc varchar2(72) := g_package||'ins';
372: --

Line 440: l_rec ben_eat_shd.g_rec_type;

436: p_eat_attribute30 in varchar2 default null,
437: p_object_version_number out nocopy number
438: ) is
439: --
440: l_rec ben_eat_shd.g_rec_type;
441: l_proc varchar2(72) := g_package||'ins';
442: --
443: Begin
444: hr_utility.set_location('Entering:'||l_proc, 5);

Line 450: ben_eat_shd.convert_args

446: -- Call conversion function to turn arguments into the
447: -- p_rec structure.
448: --
449: l_rec :=
450: ben_eat_shd.convert_args
451: (
452: null,
453: p_business_group_id,
454: p_type_cd,