DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

254: ,p_hook_type => 'AU');
255: --
256: end;
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 10);
259: End post_update;
260: --
261: -- ----------------------------------------------------------------------------
262: -- |-----------------------------< convert_defs >-----------------------------|

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

365: --
366: l_proc varchar2(72) := g_package||'upd';
367: --
368: Begin
369: hr_utility.set_location('Entering:'||l_proc, 5);
370: --
371: -- We must lock the row which we need to update.
372: --
373: ota_fms_shd.lck

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

431: l_rec ota_fms_shd.g_rec_type;
432: l_proc varchar2(72) := g_package||'upd';
433: --
434: Begin
435: hr_utility.set_location('Entering:'||l_proc, 5);
436: --
437: -- Call conversion function to turn arguments into the
438: -- l_rec structure.
439: --

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

462: ,l_rec
463: );
464: p_object_version_number := l_rec.object_version_number;
465: --
466: hr_utility.set_location(' Leaving:'||l_proc, 10);
467: End upd;
468: --
469: end ota_fms_upd;