DBA Data[Home] [Help]

APPS.BEN_PBN_INS dependencies on HR_UTILITY

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

79: l_last_updated_by ben_pl_bnf_f.last_updated_by%TYPE;
80: l_last_update_login ben_pl_bnf_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: l_last_update_login
250: );
251: --
252: ben_pbn_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: select ben_pl_bnf_f_s.nextval from sys.dual;
345: --
346: --
347: Begin
348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --
350: open c1;
351: fetch c1 into p_rec.pl_bnf_id;
352: close c1;

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

350: open c1;
351: fetch c1 into p_rec.pl_bnf_id;
352: close c1;
353: --
354: hr_utility.set_location(' Leaving:'||l_proc, 10);
355: --
356: End pre_insert;
357: --
358: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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

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

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

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

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

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

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