DBA Data[Home] [Help]

APPS.BEN_LGE_INS dependencies on HR_UTILITY

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

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

237: l_last_update_login
238: );
239: --
240: ben_lge_shd.g_api_dml := false; -- Unset the api dml status
241: hr_utility.set_location(' Leaving:'||l_proc, 15);
242: --
243: Exception
244: When hr_api.check_integrity_violated Then
245: -- A check constraint has been violated

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

268: --
269: l_proc varchar2(72) := g_package||'insert_dml';
270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: --
274: dt_insert_dml(p_rec => p_rec,
275: p_effective_date => p_effective_date,
276: p_datetrack_mode => p_datetrack_mode,

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

276: p_datetrack_mode => p_datetrack_mode,
277: p_validation_start_date => p_validation_start_date,
278: p_validation_end_date => p_validation_end_date);
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 10);
281: End insert_dml;
282: --
283: -- ----------------------------------------------------------------------------
284: -- |------------------------------< pre_insert >------------------------------|

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

332: select ben_ler_chg_pgm_enrt_f_s.nextval
333: from sys.dual;
334: --
335: Begin
336: hr_utility.set_location('Entering:'||l_proc, 5);
337: --
338: open c1;
339: fetch c1 into p_rec.ler_chg_pgm_enrt_id;
340: close c1;

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

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

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

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

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

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

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

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

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

534: --
535: p_validation_start_date := l_validation_start_date;
536: p_validation_end_date := l_validation_end_date;
537: --
538: hr_utility.set_location(' Leaving:'||l_proc, 10);
539: --
540: End ins_lck;
541: --
542: -- ----------------------------------------------------------------------------

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

553: l_validation_start_date date;
554: l_validation_end_date date;
555: --
556: Begin
557: hr_utility.set_location('Entering:'||l_proc, 5);
558: --
559: -- Call the lock operation
560: --
561: ins_lck

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

659: l_rec ben_lge_shd.g_rec_type;
660: l_proc varchar2(72) := g_package||'ins';
661: --
662: Begin
663: hr_utility.set_location('Entering:'||l_proc, 5);
664: --
665: -- Call conversion function to turn arguments into the
666: -- p_rec structure.
667: --

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

729: p_effective_end_date := l_rec.effective_end_date;
730: p_object_version_number := l_rec.object_version_number;
731: --
732: --
733: hr_utility.set_location(' Leaving:'||l_proc, 10);
734: End ins;
735: --
736: end ben_lge_ins;