DBA Data[Home] [Help]

APPS.BEN_BFT_INS dependencies on BEN_BFT_SHD

Line 53: Procedure insert_dml(p_rec in out nocopy ben_bft_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_bft_shd.g_rec_type) is
54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin

Line 61: ben_bft_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_bft_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_benefit_actions
64: --
65: insert into ben_benefit_actions

Line 276: ben_bft_shd.g_api_dml := false; -- Unset the api dml status

272: p_rec.concat_segs,
273: p_rec.grant_price_val
274: );
275: --
276: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: Exception
280: When hr_api.check_integrity_violated Then

Line 282: ben_bft_shd.g_api_dml := false; -- Unset the api dml status

278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: Exception
280: When hr_api.check_integrity_violated Then
281: -- A check constraint has been violated
282: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
283: ben_bft_shd.constraint_error
284: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
285: When hr_api.parent_integrity_violated Then
286: -- Parent integrity has been violated

Line 283: ben_bft_shd.constraint_error

279: Exception
280: When hr_api.check_integrity_violated Then
281: -- A check constraint has been violated
282: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
283: ben_bft_shd.constraint_error
284: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
285: When hr_api.parent_integrity_violated Then
286: -- Parent integrity has been violated
287: ben_bft_shd.g_api_dml := false; -- Unset the api dml status

Line 287: ben_bft_shd.g_api_dml := false; -- Unset the api dml status

283: ben_bft_shd.constraint_error
284: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
285: When hr_api.parent_integrity_violated Then
286: -- Parent integrity has been violated
287: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
288: ben_bft_shd.constraint_error
289: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
290: When hr_api.unique_integrity_violated Then
291: -- Unique integrity has been violated

Line 288: ben_bft_shd.constraint_error

284: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
285: When hr_api.parent_integrity_violated Then
286: -- Parent integrity has been violated
287: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
288: ben_bft_shd.constraint_error
289: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
290: When hr_api.unique_integrity_violated Then
291: -- Unique integrity has been violated
292: ben_bft_shd.g_api_dml := false; -- Unset the api dml status

Line 292: ben_bft_shd.g_api_dml := false; -- Unset the api dml status

288: ben_bft_shd.constraint_error
289: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
290: When hr_api.unique_integrity_violated Then
291: -- Unique integrity has been violated
292: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
293: ben_bft_shd.constraint_error
294: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
295: When Others Then
296: ben_bft_shd.g_api_dml := false; -- Unset the api dml status

Line 293: ben_bft_shd.constraint_error

289: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
290: When hr_api.unique_integrity_violated Then
291: -- Unique integrity has been violated
292: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
293: ben_bft_shd.constraint_error
294: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
295: When Others Then
296: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
297: Raise;

Line 296: ben_bft_shd.g_api_dml := false; -- Unset the api dml status

292: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
293: ben_bft_shd.constraint_error
294: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
295: When Others Then
296: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
297: Raise;
298: End insert_dml;
299: --
300: -- ----------------------------------------------------------------------------

Line 337: Procedure pre_insert(p_rec in out nocopy ben_bft_shd.g_rec_type) is

333: -- Internal Row Handler Use Only.
334: --
335: -- {End Of Comments}
336: -- ----------------------------------------------------------------------------
337: Procedure pre_insert(p_rec in out nocopy ben_bft_shd.g_rec_type) is
338: --
339: l_proc varchar2(72) := g_package||'pre_insert';
340: --
341: Cursor C_Sel1 is select ben_benefit_actions_s.nextval from sys.dual;

Line 389: p_effective_date in date,p_rec in ben_bft_shd.g_rec_type) is

385: --
386: -- {End Of Comments}
387: -- ----------------------------------------------------------------------------
388: Procedure post_insert(
389: p_effective_date in date,p_rec in ben_bft_shd.g_rec_type) is
390: --
391: l_proc varchar2(72) := g_package||'post_insert';
392: --
393: Begin

Line 527: p_rec in out nocopy ben_bft_shd.g_rec_type

523: -- ----------------------------------------------------------------------------
524: Procedure ins
525: (
526: p_effective_date in date,
527: p_rec in out nocopy ben_bft_shd.g_rec_type
528: ) is
529: --
530: l_proc varchar2(72) := g_package||'ins';
531: --

Line 663: l_rec ben_bft_shd.g_rec_type;

659: p_grant_price_val in number default null,
660: p_object_version_number out nocopy number
661: ) is
662: --
663: l_rec ben_bft_shd.g_rec_type;
664: l_proc varchar2(72) := g_package||'ins';
665: --
666: Begin
667: hr_utility.set_location('Entering:'||l_proc, 5);

Line 673: ben_bft_shd.convert_args

669: -- Call conversion function to turn arguments into the
670: -- p_rec structure.
671: --
672: l_rec :=
673: ben_bft_shd.convert_args
674: (
675: null,
676: p_process_date,
677: p_uneai_effective_date,