DBA Data[Home] [Help]

APPS.PER_SPH_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

109: where plan_id = p_rec.plan_id;
110: --
111: per_sph_shd.g_api_dml := false; -- Unset the api dml status
112: --
113: hr_utility.set_location(' Leaving:'||l_proc, 10);
114: --
115: Exception
116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated

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

171: --
172: l_proc varchar2(72) := g_package||'pre_update';
173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: End pre_update;
179: --

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

173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: --
177: hr_utility.set_location(' Leaving:'||l_proc, 10);
178: End pre_update;
179: --
180: -- ----------------------------------------------------------------------------
181: -- |-----------------------------< post_update >------------------------------|

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

216: --
217: l_proc varchar2(72) := g_package||'post_update';
218: --
219: Begin
220: hr_utility.set_location('Entering:'||l_proc, 5);
221: begin
222: --
223: per_sph_rku.after_update
224: (p_effective_date => p_effective_date

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

379: ,p_hook_type => 'AU');
380: --
381: end;
382: --
383: hr_utility.set_location(' Leaving:'||l_proc, 10);
384: End post_update;
385: --
386: -- ----------------------------------------------------------------------------
387: -- |-----------------------------< convert_defs >-----------------------------|

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

590: --
591: l_proc varchar2(72) := g_package||'upd';
592: --
593: Begin
594: hr_utility.set_location('Entering:'||l_proc, 5);
595: --
596: -- We must lock the row which we need to update.
597: --
598: per_sph_shd.lck

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

681: l_rec per_sph_shd.g_rec_type;
682: l_proc varchar2(72) := g_package||'upd';
683: --
684: Begin
685: hr_utility.set_location('Entering:'||l_proc, 5);
686: --
687: -- Call conversion function to turn arguments into the
688: -- l_rec structure.
689: --

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

737: ,l_rec
738: );
739: p_object_version_number := l_rec.object_version_number;
740: --
741: hr_utility.set_location(' Leaving:'||l_proc, 10);
742: End upd;
743: --
744: end per_sph_upd;