DBA Data[Home] [Help]

APPS.BEN_CCP_INS dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

333: --
334: --
335: --
336: Begin
337: hr_utility.set_location('Entering:'||l_proc, 5);
338: --
339: --
340: --
341: open c1;

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

342: fetch c1 into p_rec.cvrd_dpnt_ctfn_prvdd_id;
343: close c1;
344: --
345: --
346: hr_utility.set_location(' Leaving:'||l_proc, 10);
347: End pre_insert;
348: --
349: -- ----------------------------------------------------------------------------
350: -- |-----------------------------< post_insert >------------------------------|

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

387: --
388: l_proc varchar2(72) := g_package||'post_insert';
389: --
390: Begin
391: hr_utility.set_location('Entering:'||l_proc, 5);
392: --
393: --
394: -- Start of API User Hook for post_insert.
395: --

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

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

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

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

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

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

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

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

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

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

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

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