DBA Data[Home] [Help]

APPS.OTA_FTU_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: and contact_id = p_rec.contact_id;
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: ota_ftu_rku.after_update
198: (p_effective_date => p_effective_date

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

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

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

314: --
315: l_proc varchar2(72) := g_package||'upd';
316: --
317: Begin
318: hr_utility.set_location('Entering:'||l_proc, 5);
319: --
320: -- We must lock the row which we need to update.
321: --
322: ota_ftu_shd.lck

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

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

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

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