DBA Data[Home] [Help]

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

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

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

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

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

144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: hr_utility.set_location(' Leaving:'||l_proc, 10);
149: End pre_update;
150: --
151: -- ----------------------------------------------------------------------------
152: -- |-----------------------------< 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: ota_thg_rku.after_update
195: (p_effective_date => p_effective_date

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

234: ,p_hook_type => 'AU');
235: --
236: end; */
237: --
238: hr_utility.set_location(' Leaving:'||l_proc, 10);
239: End post_update;
240: --
241: -- ----------------------------------------------------------------------------
242: -- |-----------------------------< convert_defs >-----------------------------|

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

330: --
331: l_proc varchar2(72) := g_package||'upd';
332: --
333: Begin
334: hr_utility.set_location('Entering:'||l_proc, 5);
335:
336: If p_validate then
337: --
338: -- Issue the savepoint.

Line 382: hr_utility.set_location('Leaving:'||l_proc, 25);

378: If p_validate then
379: Raise HR_Api.Validate_Enabled;
380: End If;
381:
382: hr_utility.set_location('Leaving:'||l_proc, 25);
383: Exception
384: When HR_Api.Validate_Enabled Then
385: --
386: -- As the Validate_Enabled exception has been raised

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

410: l_rec ota_thg_shd.g_rec_type;
411: l_proc varchar2(72) := g_package||'upd';
412: --
413: Begin
414: hr_utility.set_location('Entering:'||l_proc, 5);
415: --
416: -- Call conversion function to turn arguments into the
417: -- l_rec structure.
418: --

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

438: ,p_validate
439: );
440: p_object_version_number := l_rec.object_version_number;
441: --
442: hr_utility.set_location(' Leaving:'||l_proc, 10);
443: End upd;
444: --
445: end ota_thg_upd;