DBA Data[Home] [Help]

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

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

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

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

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

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

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

187: --
188: l_proc varchar2(72) := g_package||'post_update';
189: --
190: Begin
191: hr_utility.set_location('Entering:'||l_proc, 5);
192: begin
193: --
194: per_rvr_rku.after_update
195: (p_workbench_item_code => p_rec.workbench_item_code

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

220: ,p_hook_type => 'AU');
221: --
222: end;
223: --
224: hr_utility.set_location(' Leaving:'||l_proc, 10);
225: End post_update;
226: --
227: -- ----------------------------------------------------------------------------
228: -- |-----------------------------< convert_defs >-----------------------------|

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

318: --
319: l_proc varchar2(72) := g_package||'upd';
320: --
321: Begin
322: hr_utility.set_location('Entering:'||l_proc, 5);
323: --
324: -- We must lock the row which we need to update.
325: --
326: per_rvr_shd.lck

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

378: l_rec per_rvr_shd.g_rec_type;
379: l_proc varchar2(72) := g_package||'upd';
380: --
381: Begin
382: hr_utility.set_location('Entering:'||l_proc, 5);
383: --
384: -- Call conversion function to turn arguments into the
385: -- l_rec structure.
386: --

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

405: (l_rec
406: );
407: p_object_version_number := l_rec.object_version_number;
408: --
409: hr_utility.set_location(' Leaving:'||l_proc, 10);
410: End upd;
411: --
412: end per_rvr_upd;