DBA Data[Home] [Help]

APPS.BEN_EPN_INS dependencies on HR_UTILITY

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

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

231: p_rec.criteria_weight
232: );
233: --
234: ben_epn_shd.g_api_dml := false; -- Unset the api dml status
235: hr_utility.set_location(' Leaving:'||l_proc, 15);
236: --
237: Exception
238: When hr_api.check_integrity_violated Then
239: -- A check constraint has been violated

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

262: --
263: l_proc varchar2(72) := g_package||'insert_dml';
264: --
265: Begin
266: hr_utility.set_location('Entering:'||l_proc, 5);
267: --
268: dt_insert_dml(p_rec => p_rec,
269: p_effective_date => p_effective_date,
270: p_datetrack_mode => p_datetrack_mode,

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

270: p_datetrack_mode => p_datetrack_mode,
271: p_validation_start_date => p_validation_start_date,
272: p_validation_end_date => p_validation_end_date);
273: --
274: hr_utility.set_location(' Leaving:'||l_proc, 10);
275: End insert_dml;
276: --
277: -- ----------------------------------------------------------------------------
278: -- |------------------------------< pre_insert >------------------------------|

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

327: from sys.dual;
328: --
329: --
330: Begin
331: hr_utility.set_location('Entering:'||l_proc, 5);
332: --
333: --
334: open c1;
335: --

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

337: --
338: close c1;
339: --
340: --
341: hr_utility.set_location(' Leaving:'||l_proc, 10);
342: End pre_insert;
343: --
344: -- ----------------------------------------------------------------------------
345: -- |-----------------------------< post_insert >------------------------------|

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

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

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

452: --
453: -- End of API User Hook for post_insert.
454: --
455: --
456: hr_utility.set_location(' Leaving:'||l_proc, 10);
457: End post_insert;
458: --
459: -- ----------------------------------------------------------------------------
460: -- |-------------------------------< ins_lck >--------------------------------|

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

504: l_validation_start_date date;
505: l_validation_end_date date;
506: --
507: Begin
508: hr_utility.set_location('Entering:'||l_proc, 5);
509: --
510: -- Validate the datetrack mode mode getting the validation start
511: -- and end dates for the specified datetrack operation.
512: --

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

524: --
525: p_validation_start_date := l_validation_start_date;
526: p_validation_end_date := l_validation_end_date;
527: --
528: hr_utility.set_location(' Leaving:'||l_proc, 10);
529: --
530: End ins_lck;
531: --
532: -- ----------------------------------------------------------------------------

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

543: l_validation_start_date date;
544: l_validation_end_date date;
545: --
546: Begin
547: hr_utility.set_location('Entering:'||l_proc, 5);
548: --
549: -- Call the lock operation
550: --
551: ins_lck

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

646: l_rec ben_epn_shd.g_rec_type;
647: l_proc varchar2(72) := g_package||'ins';
648: --
649: Begin
650: hr_utility.set_location('Entering:'||l_proc, 5);
651: --
652: -- Call conversion function to turn arguments into the
653: -- p_rec structure.
654: --

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

713: p_effective_end_date := l_rec.effective_end_date;
714: p_object_version_number := l_rec.object_version_number;
715: --
716: --
717: hr_utility.set_location(' Leaving:'||l_proc, 10);
718: End ins;
719: --
720: end ben_epn_ins;