DBA Data[Home] [Help]

APPS.BEN_EPT_INS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

329: from sys.dual;
330: --
331: --
332: Begin
333: hr_utility.set_location('Entering:'||l_proc, 5);
334: --
335: --
336: open c1;
337: fetch c1 into p_rec.elig_per_typ_prte_id;

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

337: fetch c1 into p_rec.elig_per_typ_prte_id;
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 457: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

528: --
529: p_validation_start_date := l_validation_start_date;
530: p_validation_end_date := l_validation_end_date;
531: --
532: hr_utility.set_location(' Leaving:'||l_proc, 10);
533: --
534: End ins_lck;
535: --
536: -- ----------------------------------------------------------------------------

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

547: l_validation_start_date date;
548: l_validation_end_date date;
549: --
550: Begin
551: hr_utility.set_location('Entering:'||l_proc, 5);
552: --
553: -- Call the lock operation
554: --
555: ins_lck

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

651: l_rec ben_ept_shd.g_rec_type;
652: l_proc varchar2(72) := g_package||'ins';
653: --
654: Begin
655: hr_utility.set_location('Entering:'||l_proc, 5);
656: --
657: -- Call conversion function to turn arguments into the
658: -- p_rec structure.
659: --

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

719: p_effective_end_date := l_rec.effective_end_date;
720: p_object_version_number := l_rec.object_version_number;
721: --
722: --
723: hr_utility.set_location(' Leaving:'||l_proc, 10);
724: End ins;
725: --
726: end ben_ept_ins;