DBA Data[Home] [Help]

APPS.BEN_BPP_INS dependencies on HR_UTILITY

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

79: l_last_updated_by ben_bnft_prvdr_pool_f.last_updated_by%TYPE;
80: l_last_update_login ben_bnft_prvdr_pool_f.last_update_login%TYPE;
81: --
82: Begin
83: hr_utility.set_location('Entering:'||l_proc, 5);
84: --
85: -- Get the object version number for the insert
86: --
87: p_rec.object_version_number :=

Line 103: hr_utility.set_location(l_proc, 10);

99: -- If the datetrack_mode is not INSERT then we must populate the WHO
100: -- columns with the 'old' creation values and 'new' updated values.
101: --
102: If (p_datetrack_mode <> 'INSERT') then
103: hr_utility.set_location(l_proc, 10);
104: --
105: -- Select the 'old' created values
106: --
107: Open C_Sel1;

Line 289: hr_utility.set_location(' Leaving:'||l_proc, 15);

285: );
286: --
287:
288: ben_bpp_shd.g_api_dml := false; -- Unset the api dml status
289: hr_utility.set_location(' Leaving:'||l_proc, 15);
290: --
291: Exception
292: When hr_api.check_integrity_violated Then
293: -- A check constraint has been violated

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

316: --
317: l_proc varchar2(72) := g_package||'insert_dml';
318: --
319: Begin
320: hr_utility.set_location('Entering:'||l_proc, 5);
321: --
322: dt_insert_dml(p_rec => p_rec,
323: p_effective_date => p_effective_date,
324: p_datetrack_mode => p_datetrack_mode,

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

324: p_datetrack_mode => p_datetrack_mode,
325: p_validation_start_date => p_validation_start_date,
326: p_validation_end_date => p_validation_end_date);
327: --
328: hr_utility.set_location(' Leaving:'||l_proc, 10);
329: End insert_dml;
330: --
331: -- ----------------------------------------------------------------------------
332: -- |------------------------------< pre_insert >------------------------------|

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

380: select ben_bnft_prvdr_pool_f_s.nextval
381: from sys.dual;
382: --
383: Begin
384: hr_utility.set_location('Entering:'||l_proc, 5);
385: --
386: open c1;
387: fetch c1 into p_rec.bnft_prvdr_pool_id;
388: close c1;

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

386: open c1;
387: fetch c1 into p_rec.bnft_prvdr_pool_id;
388: close c1;
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End pre_insert;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |-----------------------------< post_insert >------------------------------|

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

431: --
432: l_proc varchar2(72) := g_package||'post_insert';
433: --
434: Begin
435: hr_utility.set_location('Entering:'||l_proc, 5);
436: --
437: -- Start of API User Hook for post_insert.
438: --
439: begin

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

526: --
527: -- End of API User Hook for post_insert.
528: --
529: --
530: hr_utility.set_location(' Leaving:'||l_proc, 10);
531: End post_insert;
532: --
533: -- ----------------------------------------------------------------------------
534: -- |-------------------------------< ins_lck >--------------------------------|

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

578: l_validation_start_date date;
579: l_validation_end_date date;
580: --
581: Begin
582: hr_utility.set_location('Entering:'||l_proc, 5);
583: --
584: -- Validate the datetrack mode mode getting the validation start
585: -- and end dates for the specified datetrack operation.
586: --

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

619: --
620: p_validation_start_date := l_validation_start_date;
621: p_validation_end_date := l_validation_end_date;
622: --
623: hr_utility.set_location(' Leaving:'||l_proc, 10);
624: --
625: End ins_lck;
626: --
627: -- ----------------------------------------------------------------------------

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

638: l_validation_start_date date;
639: l_validation_end_date date;
640: --
641: Begin
642: hr_utility.set_location('Entering:'||l_proc, 5);
643: --
644: -- Call the lock operation
645: --
646: ins_lck

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

767: l_rec ben_bpp_shd.g_rec_type;
768: l_proc varchar2(72) := g_package||'ins';
769: --
770: Begin
771: hr_utility.set_location('Entering:'||l_proc, 5);
772: --
773: -- Call conversion function to turn arguments into the
774: -- p_rec structure.
775: --

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

860: p_effective_end_date := l_rec.effective_end_date;
861: p_object_version_number := l_rec.object_version_number;
862: --
863: --
864: hr_utility.set_location(' Leaving:'||l_proc, 10);
865: End ins;
866: --
867: end ben_bpp_ins;