DBA Data[Home] [Help]

APPS.BEN_DCE_INS dependencies on HR_UTILITY

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

79: l_last_updated_by ben_dpnt_cvg_eligy_prfl_f.last_updated_by%TYPE;
80: l_last_update_login ben_dpnt_cvg_eligy_prfl_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 253: hr_utility.set_location(' Leaving:'||l_proc, 15);

249: p_rec.dpnt_crit_flag
250: );
251: --
252: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
253: hr_utility.set_location(' Leaving:'||l_proc, 15);
254: --
255: Exception
256: When hr_api.check_integrity_violated Then
257: -- A check constraint has been violated

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

280: --
281: l_proc varchar2(72) := g_package||'insert_dml';
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --
286: dt_insert_dml(p_rec => p_rec,
287: p_effective_date => p_effective_date,
288: p_datetrack_mode => p_datetrack_mode,

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

288: p_datetrack_mode => p_datetrack_mode,
289: p_validation_start_date => p_validation_start_date,
290: p_validation_end_date => p_validation_end_date);
291: --
292: hr_utility.set_location(' Leaving:'||l_proc, 10);
293: End insert_dml;
294: --
295: -- ----------------------------------------------------------------------------
296: -- |------------------------------< pre_insert >------------------------------|

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

344: from sys.dual;
345: --
346: --
347: Begin
348: hr_utility.set_location('Entering:'||l_proc, 5);
349:
350: -- *
351: -- * Fetch next sequence number from DB sequence, and assign to primary key,
352: -- *

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

353: open c1;
354: fetch c1 into p_rec.DPNT_CVG_ELIGY_PRFL_ID;
355: close c1;
356:
357: hr_utility.set_location(' Leaving:'||l_proc, 10);
358:
359: End pre_insert;
360: --
361: -- ----------------------------------------------------------------------------

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

399: --
400: l_proc varchar2(72) := g_package||'post_insert';
401: --
402: Begin
403: hr_utility.set_location('Entering:'||l_proc, 5);
404: --
405: --
406: -- Start of API User Hook for post_insert.
407: --

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

478: --
479: -- End of API User Hook for post_insert.
480: --
481: --
482: hr_utility.set_location(' Leaving:'||l_proc, 10);
483: End post_insert;
484: --
485: -- ----------------------------------------------------------------------------
486: -- |-------------------------------< ins_lck >--------------------------------|

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

530: l_validation_start_date date;
531: l_validation_end_date date;
532: --
533: Begin
534: hr_utility.set_location('Entering:'||l_proc, 5);
535: --
536: -- Validate the datetrack mode mode getting the validation start
537: -- and end dates for the specified datetrack operation.
538: --

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

553: --
554: p_validation_start_date := l_validation_start_date;
555: p_validation_end_date := l_validation_end_date;
556: --
557: hr_utility.set_location(' Leaving:'||l_proc, 10);
558: --
559: End ins_lck;
560: --
561: -- ----------------------------------------------------------------------------

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

572: l_validation_start_date date;
573: l_validation_end_date date;
574: --
575: Begin
576: hr_utility.set_location('Entering:'||l_proc, 5);
577: --
578: -- Call the lock operation
579: --
580: ins_lck

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

684: l_rec ben_dce_shd.g_rec_type;
685: l_proc varchar2(72) := g_package||'ins';
686: --
687: Begin
688: hr_utility.set_location('Entering:'||l_proc, 5);
689: --
690: -- Call conversion function to turn arguments into the
691: -- p_rec structure.
692: --

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

760: p_effective_end_date := l_rec.effective_end_date;
761: p_object_version_number := l_rec.object_version_number;
762: --
763: --
764: hr_utility.set_location(' Leaving:'||l_proc, 10);
765: End ins;
766: --
767: end ben_dce_ins;