DBA Data[Home] [Help]

APPS.BEN_PBM_INS dependencies on HR_UTILITY

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

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

241: l_last_update_login
242: );
243: --
244: ben_pbm_shd.g_api_dml := false; -- Unset the api dml status
245: hr_utility.set_location(' Leaving:'||l_proc, 15);
246: --
247: Exception
248: When hr_api.check_integrity_violated Then
249: -- A check constraint has been violated

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

272: --
273: l_proc varchar2(72) := g_package||'insert_dml';
274: --
275: Begin
276: hr_utility.set_location('Entering:'||l_proc, 5);
277: --
278: dt_insert_dml(p_rec => p_rec,
279: p_effective_date => p_effective_date,
280: p_datetrack_mode => p_datetrack_mode,

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

280: p_datetrack_mode => p_datetrack_mode,
281: p_validation_start_date => p_validation_start_date,
282: p_validation_end_date => p_validation_end_date);
283: --
284: hr_utility.set_location(' Leaving:'||l_proc, 10);
285: End insert_dml;
286: --
287: -- ----------------------------------------------------------------------------
288: -- |------------------------------< pre_insert >------------------------------|

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

334: --
335: cursor c1 is select ben_pl_r_oipl_prem_by_mo_f_s.nextval from sys.dual;
336: --
337: Begin
338: hr_utility.set_location('Entering:'||l_proc, 5);
339: --
340: open c1;
341: fetch c1 into p_rec.pl_r_oipl_prem_by_mo_id;
342: close c1;

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

340: open c1;
341: fetch c1 into p_rec.pl_r_oipl_prem_by_mo_id;
342: close c1;
343: --
344: hr_utility.set_location(' Leaving:'||l_proc, 10);
345: End pre_insert;
346: --
347: -- ----------------------------------------------------------------------------
348: -- |-----------------------------< post_insert >------------------------------|

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

385: --
386: l_proc varchar2(72) := g_package||'post_insert';
387: --
388: Begin
389: hr_utility.set_location('Entering:'||l_proc, 5);
390: --
391: --
392: -- Start of API User Hook for post_insert.
393: --

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

460: --
461: -- End of API User Hook for post_insert.
462: --
463: --
464: hr_utility.set_location(' Leaving:'||l_proc, 10);
465: End post_insert;
466: --
467: -- ----------------------------------------------------------------------------
468: -- |-------------------------------< ins_lck >--------------------------------|

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

512: l_validation_start_date date;
513: l_validation_end_date date;
514: --
515: Begin
516: hr_utility.set_location('Entering:'||l_proc, 5);
517: --
518: -- Validate the datetrack mode mode getting the validation start
519: -- and end dates for the specified datetrack operation.
520: --

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

535: --
536: p_validation_start_date := l_validation_start_date;
537: p_validation_end_date := l_validation_end_date;
538: --
539: hr_utility.set_location(' Leaving:'||l_proc, 10);
540: --
541: End ins_lck;
542: --
543: -- ----------------------------------------------------------------------------

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

554: l_validation_start_date date;
555: l_validation_end_date date;
556: --
557: Begin
558: hr_utility.set_location('Entering:'||l_proc, 5);
559: --
560: -- Call the lock operation
561: --
562: ins_lck

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

662: l_rec ben_pbm_shd.g_rec_type;
663: l_proc varchar2(72) := g_package||'ins';
664: --
665: Begin
666: hr_utility.set_location('Entering:'||l_proc, 5);
667: --
668: -- Call conversion function to turn arguments into the
669: -- p_rec structure.
670: --

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

734: p_effective_end_date := l_rec.effective_end_date;
735: p_object_version_number := l_rec.object_version_number;
736: --
737: --
738: hr_utility.set_location(' Leaving:'||l_proc, 10);
739: End ins;
740: --
741: end ben_pbm_ins;