DBA Data[Home] [Help]

APPS.BEN_PRM_INS dependencies on HR_UTILITY

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

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

249: l_last_update_login
250: );
251: --
252: ben_prm_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 347: hr_utility.set_location('Entering:'||l_proc, 5);

343: --
344: cursor c1 is select ben_prtt_prem_by_mo_f_s.nextval from sys.dual;
345: --
346: Begin
347: hr_utility.set_location('Entering:'||l_proc, 5);
348: --
349: open c1;
350: fetch c1 into p_rec.prtt_prem_by_mo_id;
351: close c1;

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

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

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

396: l_new_rec ben_ext_chlg.g_prem_mo_rec_type;
397: l_old_rec ben_ext_chlg.g_prem_mo_rec_type;
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 497: hr_utility.set_location(' Leaving:'||l_proc, 10);

493: --
494: -- End of API User Hook for post_insert.
495: --
496: --
497: hr_utility.set_location(' Leaving:'||l_proc, 10);
498: End post_insert;
499: --
500: -- ----------------------------------------------------------------------------
501: -- |-------------------------------< ins_lck >--------------------------------|

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

545: l_validation_start_date date;
546: l_validation_end_date date;
547: --
548: Begin
549: hr_utility.set_location('Entering:'||l_proc, 5);
550: --
551: -- Validate the datetrack mode mode getting the validation start
552: -- and end dates for the specified datetrack operation.
553: --

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

568: --
569: p_validation_start_date := l_validation_start_date;
570: p_validation_end_date := l_validation_end_date;
571: --
572: hr_utility.set_location(' Leaving:'||l_proc, 10);
573: --
574: End ins_lck;
575: --
576: -- ----------------------------------------------------------------------------

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

587: l_validation_start_date date;
588: l_validation_end_date date;
589: --
590: Begin
591: hr_utility.set_location('Entering:'||l_proc, 5);
592: --
593: -- Call the lock operation
594: --
595: ins_lck

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

699: l_rec ben_prm_shd.g_rec_type;
700: l_proc varchar2(72) := g_package||'ins';
701: --
702: Begin
703: hr_utility.set_location('Entering:'||l_proc, 5);
704: --
705: -- Call conversion function to turn arguments into the
706: -- p_rec structure.
707: --

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

775: p_effective_end_date := l_rec.effective_end_date;
776: p_object_version_number := l_rec.object_version_number;
777: --
778: --
779: hr_utility.set_location(' Leaving:'||l_proc, 10);
780: End ins;
781: --
782: end ben_prm_ins;