DBA Data[Home] [Help]

APPS.BEN_EFP_INS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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_efp_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_efp_ins;