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 337: hr_utility.set_location(' Leaving:'||l_proc, 15);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

989: p_effective_end_date := l_rec.effective_end_date;
990: p_object_version_number := l_rec.object_version_number;
991: --
992: --
993: hr_utility.set_location(' Leaving:'||l_proc, 10);
994: End ins;
995: --
996: end ben_cpp_ins;