DBA Data[Home] [Help]

APPS.BEN_PEL_INS dependencies on BEN_PEL_SHD

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

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

Line 230: ben_pel_shd.g_api_dml := false; -- Unset the api dml status

226: p_rec.defer_deenrol_flag,
227: p_rec.deenrol_made_dt
228: );
229: --
230: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
231: --
232: hr_utility.set_location(' Leaving:'||l_proc, 10);
233: Exception
234: When hr_api.check_integrity_violated Then

Line 236: ben_pel_shd.g_api_dml := false; -- Unset the api dml status

232: hr_utility.set_location(' Leaving:'||l_proc, 10);
233: Exception
234: When hr_api.check_integrity_violated Then
235: -- A check constraint has been violated
236: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
237: ben_pel_shd.constraint_error
238: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
239: When hr_api.parent_integrity_violated Then
240: -- Parent integrity has been violated

Line 237: ben_pel_shd.constraint_error

233: Exception
234: When hr_api.check_integrity_violated Then
235: -- A check constraint has been violated
236: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
237: ben_pel_shd.constraint_error
238: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
239: When hr_api.parent_integrity_violated Then
240: -- Parent integrity has been violated
241: ben_pel_shd.g_api_dml := false; -- Unset the api dml status

Line 241: ben_pel_shd.g_api_dml := false; -- Unset the api dml status

237: ben_pel_shd.constraint_error
238: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
239: When hr_api.parent_integrity_violated Then
240: -- Parent integrity has been violated
241: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
242: ben_pel_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated

Line 242: ben_pel_shd.constraint_error

238: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
239: When hr_api.parent_integrity_violated Then
240: -- Parent integrity has been violated
241: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
242: ben_pel_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated
246: ben_pel_shd.g_api_dml := false; -- Unset the api dml status

Line 246: ben_pel_shd.g_api_dml := false; -- Unset the api dml status

242: ben_pel_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated
246: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
247: ben_pel_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
249: When Others Then
250: ben_pel_shd.g_api_dml := false; -- Unset the api dml status

Line 247: ben_pel_shd.constraint_error

243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When hr_api.unique_integrity_violated Then
245: -- Unique integrity has been violated
246: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
247: ben_pel_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
249: When Others Then
250: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
251: Raise;

Line 250: ben_pel_shd.g_api_dml := false; -- Unset the api dml status

246: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
247: ben_pel_shd.constraint_error
248: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
249: When Others Then
250: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
251: Raise;
252: End insert_dml;
253: --
254: -- ----------------------------------------------------------------------------

Line 291: Procedure pre_insert(p_rec in out nocopy ben_pel_shd.g_rec_type) is

287: -- Internal Row Handler Use Only.
288: --
289: -- {End Of Comments}
290: -- ----------------------------------------------------------------------------
291: Procedure pre_insert(p_rec in out nocopy ben_pel_shd.g_rec_type) is
292: --
293: l_proc varchar2(72) := g_package||'pre_insert';
294: --
295: Cursor C_Sel1 is select ben_pil_elctbl_chc_popl_s.nextval from sys.dual;

Line 343: p_effective_date in date,p_rec in ben_pel_shd.g_rec_type) is

339: --
340: -- {End Of Comments}
341: -- ----------------------------------------------------------------------------
342: Procedure post_insert(
343: p_effective_date in date,p_rec in ben_pel_shd.g_rec_type) is
344: --
345: l_proc varchar2(72) := g_package||'post_insert';
346: --
347: Begin

Line 462: p_rec in out nocopy ben_pel_shd.g_rec_type

458: -- ----------------------------------------------------------------------------
459: Procedure ins
460: (
461: p_effective_date in date,
462: p_rec in out nocopy ben_pel_shd.g_rec_type
463: ) is
464: --
465: l_proc varchar2(72) := g_package||'ins';
466: --

Line 592: l_rec ben_pel_shd.g_rec_type;

588: p_defer_deenrol_flag in varchar2 default 'N',
589: p_deenrol_made_dt in date default null
590: ) is
591: --
592: l_rec ben_pel_shd.g_rec_type;
593: l_proc varchar2(72) := g_package||'ins';
594: --
595: Begin
596: hr_utility.set_location('Entering:'||l_proc, 5);

Line 602: ben_pel_shd.convert_args

598: -- Call conversion function to turn arguments into the
599: -- p_rec structure.
600: --
601: l_rec :=
602: ben_pel_shd.convert_args
603: (
604: null,
605: p_dflt_enrt_dt,
606: p_dflt_asnd_dt,