DBA Data[Home] [Help]

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

77: where snapshot_id = p_rec.snapshot_id;
78: --
79: --
80: --
81: hr_utility.set_location(' Leaving:'||l_proc, 10);
82: --
83: Exception
84: When hr_api.check_integrity_violated Then
85: -- A check constraint has been violated

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

139: --
140: l_proc varchar2(72) := g_package||'pre_update';
141: --
142: Begin
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: hr_utility.set_location(' Leaving:'||l_proc, 10);
146: End pre_update;
147: --

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

141: --
142: Begin
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: hr_utility.set_location(' Leaving:'||l_proc, 10);
146: End pre_update;
147: --
148: -- ----------------------------------------------------------------------------
149: -- |-----------------------------< post_update >------------------------------|

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

183: --
184: l_proc varchar2(72) := g_package||'post_update';
185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: begin
189: --
190: /*hr_snp_rku.after_update
191: (p_snapshot_id

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

214: ,p_hook_type => 'AU');
215: --
216: end;
217: --
218: hr_utility.set_location(' Leaving:'||l_proc, 10);
219: End post_update;
220:
221: --
222: -- ----------------------------------------------------------------------------

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

290: --
291: l_proc varchar2(72) := g_package||'upd';
292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- We must lock the row which we need to update.
297: --
298: hr_snp_shd.lck

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

348: l_rec hr_snp_shd.g_rec_type;
349: l_proc varchar2(72) := g_package||'upd';
350: --
351: Begin
352: hr_utility.set_location('Entering:'||l_proc, 5);
353: --
354: -- Call conversion function to turn arguments into the
355: -- l_rec structure.
356: --

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

371: (l_rec
372: );
373: p_object_version_number := l_rec.object_version_number;
374: --
375: hr_utility.set_location(' Leaving:'||l_proc, 10);
376: End upd;
377: --
378: end hr_snp_upd;