DBA Data[Home] [Help]

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

83: where setup_sub_task_code = p_rec.setup_sub_task_code;
84: --
85: --
86: --
87: hr_utility.set_location(' Leaving:'||l_proc, 10);
88: --
89: Exception
90: When hr_api.check_integrity_violated Then
91: -- A check constraint has been violated

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

145: --
146: l_proc varchar2(72) := g_package||'pre_update';
147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --

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

147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: End pre_update;
153: --
154: -- ----------------------------------------------------------------------------
155: -- |-----------------------------< post_update >------------------------------|

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

190: --
191: l_proc varchar2(72) := g_package||'post_update';
192: --
193: Begin
194: hr_utility.set_location('Entering:'||l_proc, 5);
195: begin
196: --
197: per_ssb_rku.after_update
198: (p_effective_date => p_effective_date

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

228: ,p_hook_type => 'AU');
229: --
230: end;
231: --
232: hr_utility.set_location(' Leaving:'||l_proc, 10);
233: End post_update;
234: --
235: -- ----------------------------------------------------------------------------
236: -- |-----------------------------< convert_defs >-----------------------------|

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

335: --
336: l_proc varchar2(72) := g_package||'upd';
337: --
338: Begin
339: hr_utility.set_location('Entering:'||l_proc, 5);
340: --
341: -- We must lock the row which we need to update.
342: --
343: per_ssb_shd.lck

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

400: l_rec per_ssb_shd.g_rec_type;
401: l_proc varchar2(72) := g_package||'upd';
402: --
403: Begin
404: hr_utility.set_location('Entering:'||l_proc, 5);
405: --
406: -- Call conversion function to turn arguments into the
407: -- l_rec structure.
408: --

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

430: ,l_rec
431: );
432: p_object_version_number := l_rec.object_version_number;
433: --
434: hr_utility.set_location(' Leaving:'||l_proc, 10);
435: End upd;
436: --
437: end per_ssb_upd;