DBA Data[Home] [Help]

APPS.BEN_ELU_INS dependencies on HR_UTILITY

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

79: l_last_updated_by ben_elig_lbr_mmbr_prte_f.last_updated_by%TYPE;
80: l_last_update_login ben_elig_lbr_mmbr_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:
232: );
233: --
234: ben_elu_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: fetch c1 into p_rec.elig_lbr_mmbr_prte_id;

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

335: fetch c1 into p_rec.elig_lbr_mmbr_prte_id;
336: close c1;
337: --
338: --
339: hr_utility.set_location(' Leaving:'||l_proc, 10);
340: End pre_insert;
341: --
342: -- ----------------------------------------------------------------------------
343: -- |-----------------------------< post_insert >------------------------------|

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

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

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

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

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

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

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

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

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

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

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

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

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

709: p_effective_end_date := l_rec.effective_end_date;
710: p_object_version_number := l_rec.object_version_number;
711: --
712: --
713: hr_utility.set_location(' Leaving:'||l_proc, 10);
714: End ins;
715: --
716: end ben_elu_ins;