DBA Data[Home] [Help]

APPS.BEN_CPP_INS dependencies on HR_UTILITY

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

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

335: p_rec.all_inelig
336: );
337: --
338: ben_cpp_shd.g_api_dml := false; -- Unset the api dml status
339: hr_utility.set_location(' Leaving:'||l_proc, 15);
340: --
341: Exception
342: When hr_api.check_integrity_violated Then
343: -- A check constraint has been violated

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

366: --
367: l_proc varchar2(72) := g_package||'insert_dml';
368: --
369: Begin
370: hr_utility.set_location('Entering:'||l_proc, 5);
371: --
372: dt_insert_dml(p_rec => p_rec,
373: p_effective_date => p_effective_date,
374: p_datetrack_mode => p_datetrack_mode,

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

374: p_datetrack_mode => p_datetrack_mode,
375: p_validation_start_date => p_validation_start_date,
376: p_validation_end_date => p_validation_end_date);
377: --
378: hr_utility.set_location(' Leaving:'||l_proc, 10);
379: End insert_dml;
380: --
381: -- ----------------------------------------------------------------------------
382: -- |------------------------------< pre_insert >------------------------------|

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

431: select ben_plip_f_s.nextval
432: from sys.dual;
433: --
434: Begin
435: hr_utility.set_location('Entering:'||l_proc, 5);
436: --
437: --
438: open c1;
439: --

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

441: --
442: close c1;
443: --
444: --
445: hr_utility.set_location(' Leaving:'||l_proc, 10);
446: End pre_insert;
447: --
448: -- ----------------------------------------------------------------------------
449: -- |-----------------------------< post_insert >------------------------------|

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

486: --
487: l_proc varchar2(72) := g_package||'post_insert';
488: --
489: Begin
490: hr_utility.set_location('Entering:'||l_proc, 5);
491: --
492: -- Added for GSP validations
493: pqh_gsp_ben_validations.plip_validations
494: ( p_plip_id => p_rec.plip_id

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

617: --
618: -- End of API User Hook for post_insert.
619: --
620: --
621: hr_utility.set_location(' Leaving:'||l_proc, 10);
622: End post_insert;
623: --
624: -- ----------------------------------------------------------------------------
625: -- |-------------------------------< ins_lck >--------------------------------|

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

669: l_validation_start_date date;
670: l_validation_end_date date;
671: --
672: Begin
673: hr_utility.set_location('Entering:'||l_proc, 5);
674: --
675: -- Validate the datetrack mode mode getting the validation start
676: -- and end dates for the specified datetrack operation.
677: --

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

701: --
702: p_validation_start_date := l_validation_start_date;
703: p_validation_end_date := l_validation_end_date;
704: --
705: hr_utility.set_location(' Leaving:'||l_proc, 10);
706: --
707: End ins_lck;
708: --
709: -- ----------------------------------------------------------------------------

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

720: l_validation_start_date date;
721: l_validation_end_date date;
722: --
723: Begin
724: hr_utility.set_location('Entering:'||l_proc, 5);
725: --
726: -- Call the lock operation
727: --
728: ins_lck

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

875: l_rec ben_cpp_shd.g_rec_type;
876: l_proc varchar2(72) := g_package||'ins';
877: --
878: Begin
879: hr_utility.set_location('Entering:'||l_proc, 5);
880: --
881: -- Call conversion function to turn arguments into the
882: -- p_rec structure.
883: --

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

994: p_effective_end_date := l_rec.effective_end_date;
995: p_object_version_number := l_rec.object_version_number;
996: --
997: --
998: hr_utility.set_location(' Leaving:'||l_proc, 10);
999: End ins;
1000: --
1001: end ben_cpp_ins;