DBA Data[Home] [Help]

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

79: where enrollment_id = p_rec.enrollment_id;
80: --
81: ota_fce_shd.g_api_dml := false; -- Unset the api dml status
82: --
83: hr_utility.set_location(' Leaving:'||l_proc, 10);
84: --
85: Exception
86: When hr_api.check_integrity_violated Then
87: -- A check constraint has been violated

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

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

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

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

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

186: --
187: l_proc varchar2(72) := g_package||'post_update';
188: --
189: Begin
190: hr_utility.set_location('Entering:'||l_proc, 5);
191: begin
192: --
193: ota_fce_rku.after_update
194: (p_effective_date => p_effective_date

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

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

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

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

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

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

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

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