DBA Data[Home] [Help]

APPS.BEN_ELP_INS dependencies on HR_UTILITY

Line 38: hr_utility.set_location('Entering:'||l_proc, 10);

34: --
35: l_proc varchar2(72) := g_package||'set_base_key_value';
36: --
37: Begin
38: hr_utility.set_location('Entering:'||l_proc, 10);
39: --
40: ben_elp_ins.g_eligy_prfl_id_i := p_eligy_prfl_id;
41: --
42: hr_utility.set_location(' Leaving:'||l_proc, 20);

Line 42: hr_utility.set_location(' Leaving:'||l_proc, 20);

38: hr_utility.set_location('Entering:'||l_proc, 10);
39: --
40: ben_elp_ins.g_eligy_prfl_id_i := p_eligy_prfl_id;
41: --
42: hr_utility.set_location(' Leaving:'||l_proc, 20);
43: End set_base_key_value;
44:
45: -- ----------------------------------------------------------------------------
46: -- |----------------------------< dt_insert_dml >-----------------------------|

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

114: l_last_updated_by ben_eligy_prfl_f.last_updated_by%TYPE;
115: l_last_update_login ben_eligy_prfl_f.last_update_login%TYPE;
116: --
117: Begin
118: hr_utility.set_location('Entering:'||l_proc, 5);
119: --
120: -- Get the object version number for the insert
121: --
122: p_rec.object_version_number :=

Line 138: hr_utility.set_location(l_proc, 10);

134: -- If the datetrack_mode is not INSERT then we must populate the WHO
135: -- columns with the 'old' creation values and 'new' updated values.
136: --
137: If (p_datetrack_mode <> 'INSERT') then
138: hr_utility.set_location(l_proc, 10);
139: --
140: -- Select the 'old' created values
141: --
142: Open C_Sel1;

Line 394: hr_utility.set_location(' Leaving:'||l_proc, 15);

390: l_last_update_login
391: );
392: --
393: ben_elp_shd.g_api_dml := false; -- Unset the api dml status
394: hr_utility.set_location(' Leaving:'||l_proc, 15);
395: --
396: Exception
397: When hr_api.check_integrity_violated Then
398: -- A check constraint has been violated

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

421: --
422: l_proc varchar2(72) := g_package||'insert_dml';
423: --
424: Begin
425: hr_utility.set_location('Entering:'||l_proc, 5);
426: --
427: dt_insert_dml(p_rec => p_rec,
428: p_effective_date => p_effective_date,
429: p_datetrack_mode => p_datetrack_mode,

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

429: p_datetrack_mode => p_datetrack_mode,
430: p_validation_start_date => p_validation_start_date,
431: p_validation_end_date => p_validation_end_date);
432: --
433: hr_utility.set_location(' Leaving:'||l_proc, 10);
434: End insert_dml;
435: --
436: -- ----------------------------------------------------------------------------
437: -- |------------------------------< pre_insert >------------------------------|

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

492: from ben_eligy_prfl_f
493: where eligy_prfl_id =
494: ben_elp_ins.g_eligy_prfl_id_i;
495: Begin
496: hr_utility.set_location('Entering:'||l_proc, 5);
497: --
498: --
499: --
500: If (ben_elp_ins.g_eligy_prfl_id_i is not null) Then

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

521: close c1;
522: END IF;
523: --
524: --
525: hr_utility.set_location(' Leaving:'||l_proc, 10);
526: End pre_insert;
527: --
528: -- ----------------------------------------------------------------------------
529: -- |-----------------------------< post_insert >------------------------------|

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

566: --
567: l_proc varchar2(72) := g_package||'post_insert';
568: --
569: Begin
570: hr_utility.set_location('Entering:'||l_proc, 5);
571: --
572: -- Start of API User Hook for post_insert.
573: --
574: begin

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

695: --
696: -- End of API User Hook for post_insert.
697: --
698: --
699: hr_utility.set_location(' Leaving:'||l_proc, 10);
700: End post_insert;
701: --
702: -- ----------------------------------------------------------------------------
703: -- |-------------------------------< ins_lck >--------------------------------|

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

747: l_validation_start_date date;
748: l_validation_end_date date;
749: --
750: Begin
751: hr_utility.set_location('Entering:'||l_proc, 5);
752: --
753: -- Validate the datetrack mode mode getting the validation start
754: -- and end dates for the specified datetrack operation.
755: --

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

767: --
768: p_validation_start_date := l_validation_start_date;
769: p_validation_end_date := l_validation_end_date;
770: --
771: hr_utility.set_location(' Leaving:'||l_proc, 10);
772: --
773: End ins_lck;
774: --
775: -- ----------------------------------------------------------------------------

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

786: l_validation_start_date date;
787: l_validation_end_date date;
788: --
789: Begin
790: hr_utility.set_location('Entering:'||l_proc, 5);
791: --
792: -- Call the lock operation
793: --
794: ins_lck

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

951: l_rec ben_elp_shd.g_rec_type;
952: l_proc varchar2(72) := g_package||'ins';
953: --
954: Begin
955: hr_utility.set_location('Entering:'||l_proc, 5);
956: --
957: -- Call conversion function to turn arguments into the
958: -- p_rec structure.
959: --

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

1080: p_effective_end_date := l_rec.effective_end_date;
1081: p_object_version_number := l_rec.object_version_number;
1082: --
1083: --
1084: hr_utility.set_location(' Leaving:'||l_proc, 10);
1085: End ins;
1086: --
1087: end ben_elp_ins;