DBA Data[Home] [Help]

APPS.HR_TMP_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 114: hr_utility.set_location(' Leaving:'||l_proc, 10);

110: where form_template_id = p_rec.form_template_id;
111: --
112: --
113: --
114: hr_utility.set_location(' Leaving:'||l_proc, 10);
115: --
116: Exception
117: When hr_api.check_integrity_violated Then
118: -- A check constraint has been violated

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

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

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

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

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

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

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

384: ,p_hook_type => 'AU');
385: --
386: end;
387: --
388: hr_utility.set_location(' Leaving:'||l_proc, 10);
389: End post_update;
390: --
391: -- ----------------------------------------------------------------------------
392: -- |-----------------------------< convert_defs >-----------------------------|

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

599: --
600: l_proc varchar2(72) := g_package||'upd';
601: --
602: Begin
603: hr_utility.set_location('Entering:'||l_proc, 5);
604: --
605: -- We must lock the row which we need to update.
606: --
607: hr_tmp_shd.lck

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

685: l_rec hr_tmp_shd.g_rec_type;
686: l_proc varchar2(72) := g_package||'upd';
687: --
688: Begin
689: hr_utility.set_location('Entering:'||l_proc, 5);
690: --
691: -- Call conversion function to turn arguments into the
692: -- l_rec structure.
693: --

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

742: ,l_rec
743: );
744: p_object_version_number := l_rec.object_version_number;
745: --
746: hr_utility.set_location(' Leaving:'||l_proc, 10);
747: End upd;
748: --
749: end hr_tmp_upd;