DBA Data[Home] [Help]

APPS.BEN_PRV_INS dependencies on HR_UTILITY

Line 58: hr_utility.set_location('Entering:'||l_proc, 5);

54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
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_prv_shd.g_api_dml := true; -- Set the api dml status
62: --

Line 202: hr_utility.set_location(' Leaving:'||l_proc, 10);

198: );
199: --
200: ben_prv_shd.g_api_dml := false; -- Unset the api dml status
201: --
202: hr_utility.set_location(' Leaving:'||l_proc, 10);
203: Exception
204: When hr_api.check_integrity_violated Then
205: -- A check constraint has been violated
206: ben_prv_shd.g_api_dml := false; -- Unset the api dml status

Line 268: hr_utility.set_location('Entering:'||l_proc, 5);

264: --
265: Cursor C_Sel1 is select ben_prtt_rt_val_s.nextval from sys.dual;
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: --
270: --
271: -- Select the next sequence number
272: --

Line 282: hr_utility.set_location(' Leaving:'||l_proc, 10);

278: p_rec.prtt_rt_val_stat_cd is null then
279: p_rec.prtt_rt_val_stat_cd := 'VOIDD';
280: end if;
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: End pre_insert;
284: --
285: -- ----------------------------------------------------------------------------
286: -- |-----------------------------< post_insert >------------------------------|

Line 326: hr_utility.set_location('Entering:'||l_proc, 5);

322: l_new_rec ben_prv_ler.g_prv_ler_rec ;
323: --
324: --
325: Begin
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: --
328: begin
329: -- intialising variable for calling ler_check
330: l_new_rec.prtt_enrt_rslt_id := p_rec.prtt_enrt_rslt_id;

Line 418: hr_utility.set_location('DM Mode prv ' ||hr_general.g_data_migrator_mode ,379);

414: ,p_object_version_number =>p_rec.object_version_number
415: ,p_effective_date =>p_effective_date
416: );
417: --
418: hr_utility.set_location('DM Mode prv ' ||hr_general.g_data_migrator_mode ,379);
419: if hr_general.g_data_migrator_mode not in ( 'Y','P') then
420: --bug 1408379 caliing ler_chk moved from trigger to here
421: ben_prv_ler.ler_chk(p_old => l_old_rec
422: ,p_new => l_new_rec

Line 437: hr_utility.set_location(' Leaving:'||l_proc, 10);

433: end;
434: --
435: -- End of API User Hook for post_insert.
436: --
437: hr_utility.set_location(' Leaving:'||l_proc, 10);
438: End post_insert;
439: --
440: -- ----------------------------------------------------------------------------
441: -- |---------------------------------< ins >----------------------------------|

Line 452: hr_utility.set_location('Entering:'||l_proc, 5);

448: --
449: l_proc varchar2(72) := g_package||'ins';
450: Begin
451:
452: hr_utility.set_location('Entering:'||l_proc, 5);
453:
454: --
455: -- Call the supporting insert validate operations
456: --

Line 551: hr_utility.set_location('Entering:'||l_proc, 5);

547: l_rec ben_prv_shd.g_rec_type;
548: l_proc varchar2(72) := g_package||'ins';
549: --
550: Begin
551: hr_utility.set_location('Entering:'||l_proc, 5);
552: --
553: -- Call conversion function to turn arguments into the
554: -- p_rec structure.
555: --

Line 638: hr_utility.set_location(' Leaving:'||l_proc, 10);

634: --
635: p_prtt_rt_val_id := l_rec.prtt_rt_val_id;
636: p_object_version_number := l_rec.object_version_number;
637: --
638: hr_utility.set_location(' Leaving:'||l_proc, 10);
639: End ins;
640: --
641: end ben_prv_ins;