DBA Data[Home] [Help]

APPS.BEN_ESH_INS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

339: select ben_elig_schedd_hrs_prte_f_s.nextval
340: from sys.dual;
341: --
342: Begin
343: hr_utility.set_location('Entering:'||l_proc, 5);
344: --
345: --
346: open c1;
347: fetch c1 into p_rec.elig_schedd_hrs_prte_id;

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

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

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

392: --
393: l_proc varchar2(72) := g_package||'post_insert';
394: --
395: Begin
396: hr_utility.set_location('Entering:'||l_proc, 5);
397: --
398: --
399: -- Start of API User Hook for post_insert.
400: --

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

468: --
469: -- End of API User Hook for post_insert.
470: --
471: --
472: hr_utility.set_location(' Leaving:'||l_proc, 10);
473: End post_insert;
474: --
475: -- ----------------------------------------------------------------------------
476: -- |-------------------------------< ins_lck >--------------------------------|

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

520: l_validation_start_date date;
521: l_validation_end_date date;
522: --
523: Begin
524: hr_utility.set_location('Entering:'||l_proc, 5);
525: --
526: -- Validate the datetrack mode mode getting the validation start
527: -- and end dates for the specified datetrack operation.
528: --

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

543: --
544: p_validation_start_date := l_validation_start_date;
545: p_validation_end_date := l_validation_end_date;
546: --
547: hr_utility.set_location(' Leaving:'||l_proc, 10);
548: --
549: End ins_lck;
550: --
551: -- ----------------------------------------------------------------------------

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

562: l_validation_start_date date;
563: l_validation_end_date date;
564: --
565: Begin
566: hr_utility.set_location('Entering:'||l_proc, 5);
567: --
568: -- Call the lock operation
569: --
570: ins_lck

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

671: l_rec ben_esh_shd.g_rec_type;
672: l_proc varchar2(72) := g_package||'ins';
673: --
674: Begin
675: hr_utility.set_location('Entering:'||l_proc, 5);
676: --
677: -- Call conversion function to turn arguments into the
678: -- p_rec structure.
679: --

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

744: p_effective_end_date := l_rec.effective_end_date;
745: p_object_version_number := l_rec.object_version_number;
746: --
747: --
748: hr_utility.set_location(' Leaving:'||l_proc, 10);
749: End ins;
750: --
751: end ben_esh_ins;